@charset "UTF-8";
/** phpBB3 Style Sheet
 *--------------------------------------------------------------
 * Style name:     eles
 * Created by:     bbthemr.com
 *--------------------------------------------------------------
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

.sponsor-feature img {
  max-width: 100%;
  height: auto;
}

.sponsortekst {
  text-align: center; 
}

.responsivebanner {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../../eles/theme/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../eles/theme/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../eles/theme/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../eles/theme/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../eles/theme/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../eles/theme/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin, .file-status.file-working:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

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

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

.main:before, #page-footer:before, #page-footer .footer-inner:before, .top-block:before,
.bottom-block:before, ul.social-links:before, .clearfix:before, fieldset dl:before, ul.topiclist dl:before, dl.polls:before, .stats-blocks:before, .main:after, #page-footer:after, #page-footer .footer-inner:after, .top-block:after,
.bottom-block:after, ul.social-links:after, .clearfix:after, fieldset dl:after, ul.topiclist dl:after, dl.polls:after, .stats-blocks:after {
  content: ' ';
  display: table;
}
.main:after, #page-footer:after, #page-footer .footer-inner:after, .top-block:after,
.bottom-block:after, ul.social-links:after, .clearfix:after, fieldset dl:after, ul.topiclist dl:after, dl.polls:after, .stats-blocks:after {
  clear: both;
}

a.subforum:before, .widget-recents ul li > a:before,
.widget-links ul li > a:before, #page-body p.time:before, ul.linklist li.responsive-menu a.responsive-menu-link:before, .breadcrumbs .crumb:before, .phpbb_alert .alert_close:before, a.jump-link[class*='sub']:before, a.feed-icon-forum:before, ul.forums .list-inner .author:before,
ul.forums .author a:before, ul.topics .list-inner .author:before,
ul.topics .author a:before, ul.forums .time:before, ul.topics .time:before, .dropdown-select:after, .tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before, .post-icon:before, .newpm-icon:before, .reply-all:before, .reply-icon:before, .pmreply-icon:before, .forwardpm-icon:before, .locked-icon:before, .pm-icon:before, .email-icon:before, .jabber-icon:before, .phpbb_icq-icon:before, .phpbb_wlm-icon:before, .phpbb_aol-icon:before, .phpbb_website-icon:before, .phpbb_youtube-icon:before, .phpbb_facebook-icon:before, .phpbb_googleplus-icon:before, .phpbb_skype-icon:before, .phpbb_twitter-icon:before, .phpbb_yahoo-icon:before, .quote-icon:before, .edit-icon:before, .warn-icon:before, .delete-icon:before, .report-icon:before, .info-icon:before, .button.responsive-menu-link:before, input[type="checkbox"]:before, .input-view.type-checkbox:before, fieldset.display-options label.go:before, .pagination li.next a:before, .pagination li.previous a:before, .pagination li.page-jump a:after, p.post-notice.deleted:before, p.post-notice.unapproved:before, p.post-notice.reported:before, p.post-notice.error:before, blockquote:before, a[class*="arrow"]:before, a[class*="arrow"]:after,
a[class*="top"]:before,
a[class*="top"]:after, .header-avatar span:before, .icon-acp > a:before, .icon-tcp > a:before, .icon-bookmark > a:before, .icon-bump > a:before, .icon-contact > a:before, .icon-delete-cookies > a:before, .icon-download > a:before, .icon-faq > a:before, .icon-home:before, .icon-logout > a:before, .icon-mark:before, .icon-mcp > a:before, .icon-members > a:before, .icon-notification > a:before, .icon-pages > a:before, .icon-pm > a:before, .icon-print > a:before, .icon-profile > a:before, .icon-register > a:before, .icon-search > a:before, .responsive-search a:before, .icon-search-active > a:before, .icon-search-new > a:before, .icon-search-self > a:before, .icon-search-unanswered > a:before, .icon-search-unread > a:before, .icon-sendemail > a:before, .icon-subscribe > a:before, .icon-team > a:before, .icon-ucp > a:before, .icon-unsubscribe > a:before, a.mark-read:before, a.mark:before, dl.icon[class*="forum_"]:before, dl.icon[class*="topic_"]:before, dl.icon[class*="sticky_"]:before, dl.icon[class*="pm_"]:before,
dl.icon[class*="global_"]:before, dl.icon[class*="announce_"]:before, .imageset.forum_link:before, .imageset.forum_read:before, .imageset.forum_read_locked:before, .imageset.forum_read_subforum:before, .imageset.forum_unread:before, .imageset.forum_unread_locked:before, .imageset.forum_unread_subforum:before, .imageset.topic_moved:before, .imageset.topic_read:before, .imageset.topic_read_mine:before, .imageset.topic_read_hot:before, .imageset.topic_read_hot_mine:before, .imageset.topic_read_locked:before, .imageset.topic_read_locked_mine:before, .imageset.topic_unread:before, .imageset.topic_unread_mine:before, .imageset.topic_unread_hot:before, .imageset.topic_unread_hot_mine:before, .imageset.topic_unread_locked:before, .imageset.topic_unread_locked_mine:before, .imageset.sticky_read:before, .imageset.sticky_read_mine:before, .imageset.sticky_read_locked:before, .imageset.sticky_read_locked_mine:before, .imageset.sticky_unread:before, .imageset.sticky_unread_mine:before, .imageset.sticky_unread_locked:before, .imageset.sticky_unread_locked_mine:before, .imageset.announce_read:before, .imageset.announce_read_mine:before, .imageset.announce_read_locked:before, .imageset.announce_read_locked_mine:before, .imageset.announce_unread:before, .imageset.announce_unread_mine:before, .imageset.announce_unread_locked:before, .imageset.announce_unread_locked_mine:before, .imageset.global_read:before, .imageset.global_read_mine:before, .imageset.global_read_locked:before, .imageset.global_read_locked_mine:before, .imageset.global_unread:before, .imageset.global_unread_mine:before, .imageset.global_unread_locked:before, .imageset.global_unread_locked_mine:before, .imageset.pm_read:before, .imageset.pm_unread:before, .imageset.icon_back_top:before, .imageset.phpbb_aol-icon, .imageset.icon_contact_aim:before, .imageset.icon_contact_email:before, .imageset.icon_contact_icq, .imageset.phpbb_icq-icon:before, .imageset.icon_contact_jabber:before, .imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm:before, .imageset.icon_contact_www, .imageset.phpbb_website-icon:before, .imageset.icon_contact_yahoo, .imageset.phpbb_yahoo-icon:before, .imageset.icon_post_delete:before, .imageset.icon_post_info:before, .imageset.icon_post_report:before, .imageset.icon_post_target:before, .imageset.icon_post_target_unread:before, .imageset.icon_topic_attach:before, .imageset.icon_topic_latest:before, .imageset.icon_topic_newest:before, .imageset.icon_topic_reported:before, .imageset.icon_topic_deleted:before, .imageset.icon_topic_unapproved:before, .imageset.icon_topic_poll:before, .imageset.icon_user_warn:before, .imageset.icon_contact:before, .file-status:before, #eles #phpbb_announcement .close:before, #eles .icon-boardrules a:before, #eles .like:before,
#eles .liked:before, #eles .icon-newspage a:before, #eles .icon-mchat a:before, #eles #mchat-main .mchat-time:before {
  font-family: FontAwesome, sans-serif;
}

a.subforum:before, .widget-recents ul li > a:before,
.widget-links ul li > a:before, p.post-notice:before, a.jump-link[class*='sub']:before, .small-icon > a:before,
.icon-button:before, .contact-icon:before, blockquote:before, a[class*="arrow"]:before, a[class*="arrow"]:after,
a[class*="top"]:before,
a[class*="top"]:after, .header-avatar span:before, .icon-home:before, a.mark-read:before, a.mark:before, dl.icon[class*="forum_"]:before, dl.icon[class*="topic_"]:before, dl.icon[class*="sticky_"]:before, dl.icon[class*="pm_"]:before,
dl.icon[class*="global_"]:before, dl.icon[class*="announce_"]:before, span.imageset:before, .imageset.icon_topic_latest:before, .file-status:before, #eles #phpbb_announcement .close {
  content: ' ';
  width: 1.1em;
  position: absolute;
  left: 0;
  text-align: center;
  display: inline-block;
}

dl.icon[class*="forum_"]:before, dl.icon[class*="topic_"]:before, dl.icon[class*="sticky_"]:before, dl.icon[class*="pm_"]:before,
dl.icon[class*="global_"]:before, dl.icon[class*="announce_"]:before {
  width: 35px;
  height: 35px;
  line-height: 36px;
  font-size: 17.5px;
  left: 5px;
  top: 15px;
  border-radius: 45%;
}

label[for^="icon-"] input:before {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}

.right-box a, .button, a.button, a.button1, input.button1, a.button2, input.button2, a.input.button3, input.button3 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 600;
  background-color: #5D5AFF;
  color: #f2f2f2;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  outline: none !important;
  transition: all 0.25s ease-in-out;
  visibility: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.right-box a:hover, .button:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, a.input.button3:hover, input.button3:hover {
  color: #FFF;
  background-color: #FF5733;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.right-box a:focus, .button:focus, a.button1:focus, input.button1:focus, a.button2:focus, input.button2:focus, a.input.button3:focus, input.button3:focus, .right-box a:active, .button:active, a.button1:active, input.button1:active, a.button2:active, input.button2:active, a.input.button3:active, input.button3:active {
  color: #FFF;
  background: #4947D8;
}

.navbar.top .breadcrumbs .crumb a:hover, .navbar.top .breadcrumbs .crumb a:focus, .navbar.top .breadcrumbs .crumb:last-child a {
  box-shadow: 0 6px 0 0 #FF5733;
}

a.subforum, .widget-recents ul li > a,
.widget-links ul li > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 15px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.subforum:before, .widget-recents ul li > a:before,
.widget-links ul li > a:before {
  content: "";
  left: -2px;
  top: 1px;
  transition: left 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
a.subforum:hover, .widget-recents ul li > a:hover,
.widget-links ul li > a:hover, a.subforum:focus, .widget-recents ul li > a:focus,
.widget-links ul li > a:focus {
  padding-left: 25px;
}
a.subforum:hover::before, .widget-recents ul li > a:hover::before,
.widget-links ul li > a:hover::before, a.subforum:focus::before, .widget-recents ul li > a:focus::before,
.widget-links ul li > a:focus::before {
  left: 10px;
}

.topbar .inner > ul > li.menu-item a:hover i, .topbar .inner > ul > li.menu-item a:focus i, ul.social-links li a:hover i, ul.social-links li a:focus i, ul.forums .list-inner .author:hover::before, ul.forums .list-inner .author:focus::before,
ul.forums .author a:hover::before,
ul.forums .author a:focus::before, ul.topics .list-inner .author:hover::before, ul.topics .list-inner .author:focus::before,
ul.topics .author a:hover::before,
ul.topics .author a:focus::before, .small-icon > a:hover::before, .small-icon > a:focus::before,
.icon-button:hover::before,
.icon-button:focus::before, span.select-parent:hover::after, span.select-parent:focus::after {
  -webkit-animation-name: icon-pop;
          animation-name: icon-pop;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../eles/theme/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../eles/theme/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../eles/theme/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../eles/theme/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../eles/theme/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../eles/theme/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin, .file-status.file-working:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, #qr_postform h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr {
  text-decoration: none;
}

html {
  font-size: 100%;
  height: 101%;
  background: #1d1f23;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 30px;
  color: #444;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
}
body * {
  -webkit-backface-visibility: hidden;
}
body.full {
  width: 100%;
}

::-moz-selection {
  background: rgba(93, 90, 255, 0.85) !important;
  color: #FFF !important;
}

::selection {
  background: rgba(93, 90, 255, 0.85) !important;
  color: #FFF !important;
}

::-moz-selection {
  background: rgba(93, 90, 255, 0.85) !important;
  color: #FFF !important;
}

h1 {
  margin-right: 200px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em;
}

h2 {
  font-weight: normal;
  font-size: 1.6em;
  margin: 0;
}
h2 a {
  color: inherit !important;
}
h2.memberlist-title {
  margin: 15px -30px;
  padding: 15px 30px;
  border-bottom: 1px solid #DDD;
}
h2.solo {
  margin-bottom: 1em;
}

h3, #qr_postform h2 {
  font-weight: 600;
  font-size: 1.15em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 1em;
}
h3, #qr_postform h2 {
  color: inherit;
}

h4 {
  font-size: 1.3em;
}

p {
  font-size: 1em;
}
#page-body p.time {
  padding: 0;
  padding-left: 1px;
}
#page-body p.time:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  text-align: left;
  vertical-align: -1px;
}
#page-body p.time:first-child::before {
  content: "";
  vertical-align: 0;
}
#page-body > p.time {
  margin-bottom: 1em;
}

img {
  border-width: 0;
}

abbr[title] {
  border: none;
}

hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  border-top: 1px solid #DDD;
  height: 1px;
  margin: 10px 0;
  display: block;
  clear: both;
}
hr.dashed {
  border-top-style: dashed;
  margin: 10px 0;
}
hr.divider {
  display: none;
}

p.right {
  text-align: right;
}

p.jumpbox-return {
  line-height: 36px;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  display: list-item;
}

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

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

i.fa {
  width: 1.2em;
  text-align: center;
}

html.js #preloader {
  position: fixed;
  left: 0;
  top: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFF;
}

#wrap {
  margin: 0 auto;
  max-width: 1440px;
  min-width: 625px;
  padding: 0;
  background: #fafafa;
}
body.boxed #wrap {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 4px 1px rgba(0, 0, 0, 0.15);
}

#page-header {
  position: relative;
  background: #5D5AFF;
  background: linear-gradient(45deg, #6b14d3 10%, #4962dd 90%);
  color: #f2f2f2;
  margin: 0;
  padding: 0;
}

#logo {
  color: inherit;
}

.header-bg {
  position: absolute;
  background: transparent;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: .4;
  background-size: cover;
  background-position: center;
}

#header-vfx {
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
#header-vfx.visible {
  opacity: .75;
}
#header-vfx .particles-js-canvas-el {
  position: absolute;
  bottom: 0;
}

.masthead {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.main {
  position: relative;
  background-color: inherit;
}
.contained .main {
  padding: 0;
}

#page-body-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#page-body-wrapper.leftside, #page-body-wrapper.rightside {
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

#page-body {
  margin: 0;
  padding: 30px 30px 60px;
  clear: both;
}

#page-sidebar {
  padding: 15px;
  overflow: hidden;
  margin-left: -1px;
  border-left: solid 1px #DDD;
}
body.contained #page-sidebar {
  padding-right: 0;
}
#page-sidebar .widget {
  position: relative;
  border: none;
  margin: 0;
  padding: 15px;
  overflow: inherit;
}
#page-sidebar img {
  max-width: 100%;
}
#page-sidebar .widget-title {
  margin: 0 0 2em;
  position: relative;
}
#page-sidebar .widget-title::before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -.85em;
  height: 5px;
  width: 20px;
  z-index: 3;
  background: #FF5733;
}
#page-sidebar .widget-title::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -.85em;
  height: 1px;
  width: 100%;
  margin-bottom: 2px;
  z-index: 2;
  background: #DDD;
}

#page-footer {
  position: relative;
  margin: 0;
  padding: 0;
  background: #292b32;
  color: #c4c4c4;
}
#page-footer a {
  color: inherit;
}
#page-footer a:hover, #page-footer a:focus {
  color: #FF5733;
}
#page-footer .dropdown a {
  color: inherit;
}
#page-footer .dropdown a:hover, #page-footer .dropdown a:focus {
  color: #5D5AFF;
}
#page-footer h3, #page-footer #qr_postform h2, #qr_postform #page-footer h2 {
  margin: 1em 0 1.25em;
}
#page-footer .footer-inner {
  padding: 30px 15px 45px;
}

.top-block,
.bottom-block {
  overflow: hidden;
  clear: both;
}
.top-block .inner,
.bottom-block .inner {
  overflow: hidden;
}
.top-block .inner > img,
.top-block .inner > a > img,
.top-block .inner > ins.adsbygoogle,
.bottom-block .inner > img,
.bottom-block .inner > a > img,
.bottom-block .inner > ins.adsbygoogle {
  display: block !important;
  margin: 0 auto;
  max-width: 100%;
}

.top-block {
  margin: 0 -30px 30px;
  padding: 0 30px 30px;
  border-bottom: 1px solid #DDD;
}

.bottom-block {
  margin: 30px 0 0;
  padding: 30px;
  border: none;
  border-top: 1px solid #DDD;
}

#navbar-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#navbar-main.fixed {
  transition: all 0.25s ease-in-out, opacity 0.35s ease-in-out;
  position: fixed;
  top: 0;
  background: rgba(91, 88, 231, 0.975);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
#navbar-main.fixed #nav-main {
  margin: 0;
  padding: 0;
}

.topbar .inner {
  padding: 10px 15px;
  color: #f2f2f2;
}
body.contained .topbar .inner {
  padding: 10px 0;
}
.topbar .inner a.header-avatar {
  padding-left: 1.25em;
  color: inherit;
}
.topbar .inner a.header-avatar > span {
  color: inherit !important;
  transition: all 0.25s ease-in-out;
}
.topbar .inner a.header-avatar:hover > span, .topbar .inner a.header-avatar:focus > span {
  color: #f2f2f2 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.topbar .inner ul.linklist > li {
  margin: 0;
}
.topbar .inner > ul > li > a {
  padding: 0 5px 0 22.5px;
  color: inherit;
  font-weight: 600;
  border: solid 2px transparent;
}
.topbar .inner > ul > li > a:before {
  left: 5px;
}
.topbar .inner > ul > li > a:hover, .topbar .inner > ul > li > a:focus {
  color: #f2f2f2;
  border-color: inherit;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.topbar .inner > ul > li.menu-item a {
  display: inline-block;
  padding-left: 5px;
}
.topbar .dropdown a:hover {
  color: #5D5AFF !important;
}

.endbar {
  background: #1d1f23;
  color: #9d9d9d;
}
.endbar a {
  color: inherit !important;
}
.endbar .inner {
  padding: 7.5px 15px;
}
body.contained .endbar .inner {
  padding: 15px 0;
}

.masthead .inner {
  padding: 30px 15px;
}

.navbar {
  height: 45px;
  color: inherit;
}
.navbar.top {
  padding-top: 15px;
  margin-top: -1 15px;
  height: auto;
}
.navbar.top .inner {
  background: #fafafa;
  height: 45px;
  border: solid 1px #DDD;
  box-shadow: 0 -2.5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #444;
  border-radius: 4px 4px 0 0;
}
.full .navbar.top .inner {
  border-radius: 0;
}
.navbar.bottom .inner.container {
  background: #fafafa;
  border-radius: 0 0 4px 4px;
  border: solid 1px #DDD;
  box-shadow: 0 7.5px 10px 0 rgba(0, 0, 0, 0.15);
  color: #444;
}
.navbar .inner {
  padding: 7.5px 15px;
}

#site-description {
  float: left;
  width: 50%;
}
#site-description .logo {
  float: left;
  width: auto;
  padding: 10px 0;
  opacity: 1;
  text-align: center;
}
#site-description .logo img {
  max-width: 100%;
}
#site-description .logo:hover,
#site-description .logo:focus {
  opacity: 0.8;
}
#site-description h1 {
  margin: 2.5px 0;
  line-height: .75;
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.copyright {
  padding: 0;
}
.copyright a {
  font-weight: 600;
}

.forabg, .forumbg {
  margin-bottom: 30px;
  clear: both;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
}

.forabg, .forumbg, .stat-block {
  box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.075);
}

.forabg {
  transition: all 0.25s ease-in-out;
}

.panel {
  padding: 15px;
  position: relative;
}

#options-panel, #attach-panel, #poll-panel {
  border: 1px solid #DDD;
}

#confirm > .panel, #message.panel {
  padding: 15px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#cp-main .panel {
  padding: 15px;
  margin: 0 0 -1px;
}

#viewfolder .panel {
  min-height: auto;
}

#cp-main form:first-child .panel:only-of-type {
  min-height: 300px;
}

.post {
  position: relative;
  padding: 15px;
  margin: 0 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.post .back2top {
  position: absolute;
  right: 30px;
  bottom: 0;
  line-height: 1;
}
.post .back2top a.top {
  width: 13px;
  height: 9px;
  margin-right: -2px;
  color: #DDD;
}
.post .back2top a.top:before {
  content: "";
}
.post + .post {
  margin-top: -1px !important;
}
.post + #viewtopic {
  margin-top: 15px;
}
.post.deleted {
  border-color: tomato;
}

#postingbox {
  margin: 15px -30px 0;
  padding: 0 30px;
  border-top: 1px solid #DDD;
}
#postingbox dl {
  width: 80%;
}
#postingbox dl input.inputbox[name='subject'], #postingbox dl #eles input[name='subject']#text_shoutbox, #eles #postingbox dl input[name='subject']#text_shoutbox {
  width: 100%;
}
#postingbox + .panel {
  padding: 0;
}

#preview.post {
  border: 1px solid #DDD;
  margin: 30px 0;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#preview.post .postbody {
  margin: 0;
  padding: 15px;
  width: 100%;
}

#page-body > .post {
  margin: 0 -30px;
  padding: 15px 30px;
  transition: box-shadow .35s;
}

#page-body > form > fieldset.display-options {
  margin: 0 -30px;
  padding: 5px 30px 0;
}

.rowbg {
  margin: 5px;
}

ul.social-links {
  padding: 0;
  list-style-type: none;
  text-align: right;
}
ul.social-links li {
  display: inline-block;
}
ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.25em;
  box-shadow: inset 0 0 0 1px rgba(59, 134, 255, 0.05);
  color: rgba(68, 68, 68, 0.8);
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
}
ul.social-links li a:hover, ul.social-links li a:focus {
  box-shadow: inset 0 0 0 1px rgba(59, 134, 255, 0.5);
  color: #FF5733;
}
ul.social-links li + li {
  margin-left: 4px;
}

ul.linklist {
  display: block;
  margin: 0;
  padding: 0;
}
ul.linklist > li {
  float: left;
  list-style-type: none;
  width: auto;
  line-height: 2.2;
  position: relative;
}
ul.linklist > li + li {
  margin-left: 8px;
}

ul.linklist > li.rightside,
p.rightside,
a.rightside {
  float: right;
  text-align: right;
}

li#username_logged_in {
  margin-left: 1em;
  padding: 2px 0;
}

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

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

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

ul.linklist li.responsive-menu a.responsive-menu-link {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  text-decoration: none;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
  content: "";
}

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

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

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

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

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

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

/* Bulletin icons for list items
  ----------------------------------------*/
.responsive-menu:before {
  display: none !important;
}

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

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

.header-avatar img {
  max-height: 20px;
  vertical-align: middle;
  width: auto;
  border-radius: 10px;
  position: relative;
  left: -20px;
  margin: -1px -20px 0 0;
  z-index: 10;
}

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

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

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

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

.dropdown {
  position: absolute;
  left: 0;
  top: 1.2em;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 9px 0 0;
  margin-right: -500px;
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0s linear 0.25s;
  transition: transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0s linear 0.25s;
  -webkit-transform: scale(0.9) translate(-5%, -5%);
      -ms-transform: scale(0.9) translate(-5%, -5%);
          transform: scale(0.9) translate(-5%, -5%);
}
.dropdown:not(.live-search) {
  display: block !important;
}
.dropdown-left .dropdown {
  -webkit-transform: scale(0.9) translate(5%, 0);
      -ms-transform: scale(0.9) translate(5%, 0);
          transform: scale(0.9) translate(5%, 0);
}
.dropdown-up .dropdown {
  -webkit-transform: scale(0.9) translate(0%, 5%);
      -ms-transform: scale(0.9) translate(0%, 5%);
          transform: scale(0.9) translate(0%, 5%);
}
.dropdown-visible .dropdown {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: -webkit-transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0s linear 0s;
  transition: transform 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56), opacity 0.15s ease-in-out, visibility 0s linear 0s;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}

li.dropdown-container[class*="notification"] strong {
  font-weight: 700;
  padding: 0 2px;
}

.dropdown.live-search {
  top: auto;
  opacity: 1;
  margin-right: auto;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
}
.dropdown.live-search .search-result {
  cursor: pointer;
}

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

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

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

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

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

.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 {
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid transparent;
  padding: 10px;
  position: relative;
  min-width: 40px;
  max-height: 350px;
}

.dropdown li {
  float: none !important;
  list-style: none;
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
  text-align: left;
  transition: background 0.15s ease-in-out;
}
.dropdown li a {
  display: block;
  padding-left: 1.5em;
  padding-right: 15px;
  line-height: 2.5;
}
#quickmod .dropdown li a {
  padding-left: 0;
}

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

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

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

.dropdown li li {
  padding-left: 18px;
}
.dropdown li li:first-child {
  margin-top: 5px;
}
.dropdown li li:last-child {
  padding-bottom: 0;
}

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

.dropdown li.separator {
  border-top: 1px solid #eeeeee;
  margin: 5px 0;
  padding: 0;
}

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

/* Responsive breadcrumbs
  ----------------------------------------*/
.breadcrumbs .crumb {
  float: left;
  word-wrap: normal;
  line-height: 1;
}
.breadcrumbs .crumb:last-child {
  font-weight: 600;
}

.breadcrumbs .crumb:before {
  content: "";
  position: absolute;
  width: 10px;
  font-weight: bold;
  text-align: center;
  top: 8px;
  color: rgba(68, 68, 68, 0.25);
}
.bottom .breadcrumbs .crumb:before {
  color: rgba(68, 68, 68, 0.25);
}

.breadcrumbs .crumb:first-child:before {
  content: none;
}
.breadcrumbs .crumb:first-child a {
  margin-left: 0;
  padding-left: 20px;
}

.breadcrumbs .crumb a {
  display: inline-block;
  padding: 8px 7.5px;
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
  margin: 0 1px;
  box-shadow: 0 6px 0 0 transparent;
}
.breadcrumbs .crumb a:hover, .breadcrumbs .crumb a:focus {
  color: #FF5733;
}

.has-social-links {
  width: 66.66666667%;
  float: left;
}

.breadcrumbs.wrapped .crumb a {
  padding-right: 0;
  padding-left: 15px;
  font-size: 95%;
  line-height: 1.1;
}

.breadcrumbs.wrapped .crumb + .crumb a {
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

.has-social-links .breadcrumbs .crumb.wrapped-max a {
  max-width: 130px;
}
.has-social-links .breadcrumbs .crumb.wrapped-wide a {
  max-width: 110px;
}
.has-social-links .breadcrumbs .crumb.wrapped-medium a {
  max-width: 90px;
}
.has-social-links .breadcrumbs .crumb.wrapped-small a {
  max-width: 70px;
}
.has-social-links .breadcrumbs .crumb.wrapped-tiny a {
  max-width: 50px;
}

/* Table styles
  ----------------------------------------*/
table * {
  -webkit-backface-visibility: initial !important;
}

table.table1 {
  width: 100%;
}

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

table.table1 thead th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 1px;
  background: #f2f2f2;
  padding: 10px 15px;
}
table.table1 thead th a {
  color: inherit;
}

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

table.table1 tbody tr {
  border: 1px solid #eeeeee;
  transition: background .25s ease-in-out;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background: #fafafa;
  color: #000;
}

table.table1 tbody td {
  padding: 10px 15px;
  max-width: 150px;
}

table.table1 tbody th {
  padding: 10px;
  border-bottom: 1px solid transparent;
  text-align: left;
  color: #444;
  background: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

table.info td {
  padding: 3px;
}

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

.forumbg table.table1 {
  margin: 0;
}

.forumbg-table table.table1 tbody tr {
  border-left: none;
  border-right: none;
}

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

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

table#memberlist td {
  max-width: initial;
}

.column1 {
  float: left;
  clear: left;
  width: 49%;
}

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

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

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

.section-memberlist .left-box.profile-details {
  line-height: 36px;
}
.section-memberlist .left-box.profile-details select {
  line-height: 1.4;
}

.right-box {
  float: right;
  width: auto;
  max-width: 100%;
  font-size: 13px;
  text-align: right;
  text-transform: none;
  letter-spacing: initial;
}

dl.details {
  font-size: 1em;
  line-height: 1.4;
}

dl.details dt {
  margin: 5px 0;
  float: left;
  width: 30%;
  clear: left;
  font-weight: 600;
  display: block;
}

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

dl.details.profile-details dt,
dl.details.profile-details dd {
  margin: 0;
}

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

fieldset.fields1 dd.recipients {
  clear: left;
  padding: 15px 0;
  margin: 0;
}

fieldset.fields1 ul.recipients input.button2 {
  font-size: 80%;
  margin-right: 0;
  font-weight: 800;
  padding: 0 15px;
}

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

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

.action-bar {
  margin: 15px -15px;
  padding: 15px;
}
.action-bar + .post {
  margin-top: 3em !important;
}
#viewtopic + .action-bar {
  margin-top: 3em !important;
}

#page-body > .action-bar {
  margin: 15px -30px;
  padding: 15px 30px;
}
#page-body > .action-bar .mark-read {
  margin-right: 5px;
}

.section-index #page-body > .action-bar {
  margin: 0;
  padding: 10px 0;
}

.action-bar.top {
  border-top: 1px solid #DDD;
}

.action-bar.bottom {
  border-bottom: 1px solid #DDD;
}

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

.pagination {
  float: right;
  text-align: right;
  width: auto;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination ul {
  cursor: default;
}
.pagination a {
  display: inline-block;
}

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

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

.pagination > ul > li {
  display: inline-block !important;
  padding: 0 !important;
  float: left;
  font-size: 100%;
  line-height: normal;
}
.pagination > ul > li.ellipsis {
  padding: 0 2.5px;
}
.pagination > ul > li.ellipsis span {
  border: none;
}
.pagination > ul > li:first-child a, .pagination > ul > li:first-child span {
  border-radius: 2px 0 0 2px;
}
.pagination > ul > li:last-child a, .pagination > ul > li:last-child span {
  border-radius: 0 2px 2px 0;
}

.pagination li a, .pagination li span {
  background: #5D5AFF;
  color: #f2f2f2;
  display: inline-block;
  font-size: 90%;
  font-weight: 600;
  min-width: 20px;
  padding: 5px 10px;
  text-align: center;
}

.pagination li a:hover {
  background: #FF5733;
}

.pagination li.page-jump a:after {
  padding-left: 0.5em;
  content: "";
}

.pagination li.next a:before {
  content: "";
}

.pagination li.previous a:before {
  content: "";
}

.row .pagination {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  line-height: initial;
}

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

.row .pagination li a, .row .pagination li span {
  padding: 2px 6px;
}

.phpbb_alert {
  background: #FFF;
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1001;
  width: 620px;
  margin: 0 auto;
  border: 1px solid rgba(204, 204, 204, 0.75);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

@media (max-height: 480px) {
  .phpbb_alert {
    top: 25px;
  }
}
.phpbb_alert .alert_close {
  position: relative;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  top: 10px;
  right: -15px;
  background: transparent;
  color: #444;
  font-size: 140%;
  line-height: 1;
}
.phpbb_alert .alert_close:before {
  content: "";
}
.phpbb_alert .alert_close:hover {
  color: darkred;
}

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

.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}

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

#darkenwrapper {
  display: none;
  position: relative;
  z-index: 999;
}

#darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1000;
  background: #000;
}

#loading_indicator {
  display: none;
}

.preloader {
  position: absolute;
  clip: rect(0, 80px, 80px, 40px);
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 51;
  -webkit-animation: preloader_anim 1.5s linear infinite;
          animation: preloader_anim 1.5s linear infinite;
}

@-webkit-keyframes preloader_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes preloader_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
.preloader:after {
  -webkit-animation: preloader_anim_x 1.5s ease-in-out infinite;
          animation: preloader_anim_x 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

@-webkit-keyframes preloader_anim_x {
  0% {
    box-shadow: inset #F44336 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #F44336 0 0 0 2px;
  }
  100% {
    box-shadow: inset #F44336 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes preloader_anim_x {
  0% {
    box-shadow: inset #F44336 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #F44336 0 0 0 2px;
  }
  100% {
    box-shadow: inset #F44336 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}

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

.titlespace {
  margin-bottom: 15px;
}

.headerspace h3, .headerspace #qr_postform h2, #qr_postform .headerspace h2 {
  margin-top: 0;
}

.error {
  font-weight: 600;
  color: tomato;
}

div.rules {
  margin-top: 5px;
}

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

p.post-notice {
  position: relative;
  padding: 5px;
  margin: 0.75em 0;
  border-left: solid 6px #F44336;
}
p.post-notice a {
  color: inherit;
}
p.post-notice input {
  margin-left: 0.15em;
  height: 2em;
  line-height: 2em;
  padding: 0 7.5px;
}
p.post-notice:before {
  position: relative;
  width: 2em;
  text-align: center;
  pointer-events: none;
  line-height: 2em;
}

#jumpbox + .stat-block {
  margin-top: 6em;
}

a.jump-link {
  padding-left: 0;
}
a.jump-link[class*='sub'] {
  padding-left: 15px;
  position: relative;
}
a.jump-link[class*='sub']:before {
  content: "";
  top: 1px;
}
a.jump-link:not([class*='sub']) {
  font-weight: 600;
  padding-left: 0;
}
a.jump-link.subsub {
  margin-left: 10px;
}
a.jump-link.subsubsub {
  margin-left: 20px;
}

.stats-blocks {
  padding: 0 10px;
  margin-top: 15px;
  display: table;
  width: 100%;
}
.stats-blocks .col-block {
  padding: 5px 0 10px;
  padding-right: 15px;
  display: table-cell;
  width: 33%;
  line-height: 1.6;
}
.stats-blocks .col-block + .col-block {
  border-left: solid 1px #eeeeee;
  padding-left: 15px;
}
.stats-blocks .col-block h3, .stats-blocks .col-block #qr_postform h2, #qr_postform .stats-blocks .col-block h2 {
  margin-top: 0;
}
.stats-blocks .col-block:last-child {
  padding-right: 0;
}
.stats-blocks .online-users {
  margin: 10px 0;
}
.stats-blocks ul {
  list-style-position: inside;
  margin-bottom: 10px;
}

.stat-block,
.stat-block.auth-box form {
  clear: both;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 15px;
  margin-top: 30px;
}
.stat-block h3, .stat-block #qr_postform h2, #qr_postform .stat-block h2,
.stat-block.auth-box form h3,
.stat-block.auth-box form #qr_postform h2,
#qr_postform .stat-block.auth-box form h2 {
  margin-top: 0;
}

.stat-block.auth-box {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.stat-block.auth-box form {
  margin-bottom: 30px;
}

#top {
  position: absolute;
  top: -20px;
}

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

.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
#tabs > ul:after,
#minitabs > ul:after,
.postprofile .avatar-container:after {
  clear: both;
  content: ' ';
  display: table;
}

.hidden {
  display: none;
}

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

.icon-notification {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.dropdown-extended .header {
  padding: 0 10px;
  font-weight: bold;
  text-align: left;
  line-height: 3em;
  border-bottom: 1px solid;
}

.dropdown-extended .header .header_settings {
  float: right;
  font-weight: normal;
}
.dropdown-extended .header .header_settings a {
  color: inherit;
}

.dropdown-extended .footer {
  text-align: center;
  padding: 5px 0;
}

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

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

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

.notification_list ul li p {
  line-height: 1.4;
}

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

.notification_list p.notification-time {
  margin: 0;
  font-size: 0.9em;
  text-align: right;
  color: #4947D8;
}

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

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

.notification_list p.notifications_title {
  font-size: 1.2em !important;
}

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

.notification_list p.notifications_time {
  font-size: 0.9em !important;
}

.notification_text {
  margin-left: 58px;
}

#quick-links {
  margin: 0;
}

#quick-links a.responsive-menu-link {
  margin: 0;
  width: auto;
}

.compact #quick-links a.responsive-menu-link {
  display: block;
  width: 0;
  white-space: nowrap;
  padding: 0 0 0 25px;
  margin-left: -7.5px;
  overflow: hidden;
}

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

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

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

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

.dropdown-page-jump input.tiny {
  width: 60px !important;
  padding: 8px;
}

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

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

.profile-inner .panel h3, .profile-inner .panel #qr_postform h2, #qr_postform .profile-inner .panel h2 {
  margin: 0;
  padding: 0;
}
.profile-inner .col {
  padding: 15px 0;
  border-top: solid 1px #DDD;
}
.profile-inner .panel.bottom {
  border-bottom: solid 1px #DDD;
}

a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  color: #444;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #5D5AFF;
}

.username-coloured {
  display: inline !important;
  padding: 0 !important;
  font-weight: 600;
}

.dropdown-extended a.mark_read {
  opacity: 0.1;
  margin-top: -15px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}

.dropdown-extended li:hover a.mark_read {
  opacity: 0.75;
}

.dropdown-extended a.mark_read:hover {
  opacity: 1;
}

a.forumtitle, a.topictitle {
  display: inline-block;
  padding-right: 0.5em;
  line-height: 1.2;
  font-weight: 600;
}

a.lastsubject {
  font-weight: 400;
}

.postlink {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  color: #5D5AFF;
}
.postlink:hover {
  border-bottom-color: rgba(221, 221, 221, 0.75);
}

.signature a, .signature a:hover {
  border: none;
}

.postprofile a, .postprofile dt.author a {
  font-weight: 600;
  text-decoration: none;
}

.search .postprofile a {
  text-decoration: none;
  font-weight: normal;
}

a.top {
  width: 1em;
  height: 1.5em;
  display: block;
  float: right;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
}

a.top2 {
  padding-left: 15px;
}

.skiplink {
  position: absolute;
  left: -999px;
  width: 990px;
}

a.feed-icon-forum {
  float: right;
  margin: 3px 3px -1.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  font-size: .9em;
  border-radius: 4px;
  background: transparent;
  color: transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
a.feed-icon-forum:before {
  content: "";
}
li.row:hover a.feed-icon-forum {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-timing-function: cubic-bezier(0.83, 1.85, 0.65, 1.28);
  background: tomato;
  color: white;
}
li.row:hover a.feed-icon-forum:hover {
  background: #5D5AFF;
}

a.anchor {
  display: block;
}

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

ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 2.5px;
}
ul.topiclist li.header {
  padding: 15px 0;
}

ul.topiclist dl {
  position: relative;
  z-index: 1;
}

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

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

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

ul.forums .list-inner .author:before,
ul.forums .author a:before, ul.topics .list-inner .author:before,
ul.topics .author a:before {
  content: "";
  width: 1.1em;
  display: inline-block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
}
ul.forums .time, ul.topics .time {
  font-size: 90%;
  color: rgba(68, 68, 68, 0.8);
}
ul.forums .time:before, ul.topics .time:before {
  content: "";
  width: 1.1em;
  display: inline-block;
}

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 dfn, .pagination dfn {
  position: absolute;
  text-indent: -9999px;
  width: 0px;
}

.topiclist.forums {
  overflow: hidden;
}
.topiclist.forums.collapse:not(.in) {
  height: 0;
}

.forum-image {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  max-width: 35px;
  max-height: 35px;
  border-radius: 45%;
  overflow: hidden;
}
.forum-image img {
  max-width: 100%;
  height: auto;
}

li.row {
  transition: background 0.15s ease-in-out;
  border-top: 1px solid #eeeeee;
}
li.row:hover {
  background: #fafafa;
}

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

.subforums-block {
  padding-left: 1.4rem;
  padding-bottom: .5rem;
}

.subforums-wrapper {
  border-left: solid 2px #DDD;
  padding-left: 1.5rem;
}

a.subforum {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.subforum.unread {
  color: #5D5AFF;
  font-weight: 600;
}

li.header {
  position: relative;
  line-height: 1em;
  font-weight: 600;
  transition: border-radius 0.25s ease-in-out;
  background: #5D5AFF;
  color: #f2f2f2;
  border-radius: 4px 4px 0 0;
}
li.header .collapse-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 43px;
  line-height: 43px;
  font-size: 1em;
  text-align: center;
  z-index: 2;
}
li.header .collapse-btn a {
  cursor: pointer;
  color: inherit;
  border-radius: 50%;
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 1;
  transition: all 0.25s ease-in-out;
}
li.header .collapse-btn a i {
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  line-height: 24px;
}
li.header .collapse-btn a:active i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
li.header .collapse-btn a:hover {
  background: rgba(0, 0, 0, 0.15);
}
li.header .collapse-btn i:before {
  content: "";
}
.collapsed li.header .collapse-btn i:before {
  content: "";
}
.collapsed li.header {
  border-radius: 4px;
}

li.header dt {
  width: 100%;
  margin-right: -440px;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 600;
  padding-left: 15px;
  text-transform: uppercase;
}
li.header dt a {
  white-space: nowrap;
}

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

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

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

li.header dl.icon dt .list-inner {
  padding-left: 0;
}

dl.icon dt {
  background-repeat: no-repeat;
  background-position: 5px 20px;
}

dl.icon dt .list-inner {
  padding-left: 3rem;
}
dl.icon dt .list-inner.row {
  line-height: 1.5;
}
dl.icon dt .list-inner .responsive-hide {
  line-height: 1.4;
  font-size: 95%;
  color: rgba(68, 68, 68, 0.8);
}

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

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

dd.posts, dd.topics, dd.views, dd.mark {
  width: 80px;
  text-align: center;
}

li.header dd.mark {
  text-align: center;
}

dd.mark input[type="checkbox"] {
  width: 1em;
  height: 1em;
}

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

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

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

dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
  width: 250px;
}

dd.lastpost {
  white-space: nowrap;
  overflow: hidden;
}
dd.lastpost span.author {
  font-weight: 600;
}

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

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

dd.lastpost > span {
  display: block;
  padding-left: 5px;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row dd.lastpost > span {
  line-height: 1.3;
}

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

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

.postbody {
  padding: 0;
  width: 76%;
  float: left;
  position: relative;
  min-height: 80px;
}
.section-viewtopic .postbody {
  padding: 0 15px 15px 0;
  margin: 0;
}
.postbody hr {
  border-top-style: dotted;
}

.permalink {
  position: absolute;
  left: -15px;
  top: 2px;
  opacity: .5;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
  transition: all 0.25s ease-in-out;
  z-index: 5;
}
.post:hover .permalink, .postbody:hover .permalink {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.profile-left .permalink {
  left: -8px;
}

.postbody h3, .postbody #qr_postform h2, #qr_postform .postbody h2 {
  float: left;
  font-size: 1.15em;
  padding: 3px 0 0;
  margin-top: 0 !important;
  margin-bottom: .5em !important;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: normal;
}
.postbody h3 a, .postbody #qr_postform h2 a, #qr_postform .postbody h2 a {
  padding-bottom: 3px;
  color: #444;
  border-bottom: 1px solid transparent;
}
.postbody h3 a:hover, .postbody #qr_postform h2 a:hover, #qr_postform .postbody h2 a:hover, .postbody h3 a:focus, .postbody #qr_postform h2 a:focus, #qr_postform .postbody h2 a:focus {
  color: #444;
  border-bottom: 1px solid rgba(221, 221, 221, 0.75);
}
.postbody h3 img, .postbody #qr_postform h2 img, #qr_postform .postbody h2 img {
  vertical-align: -3px;
  margin-right: 5px;
}

.has-profile .postprofile:before,
.has-profile .postbody:after {
  border-left: 1px dotted #eeeeee;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.has-profile .postbody:after {
  left: auto;
  right: -1px;
}
.has-profile.profile-left .postprofile {
  padding-left: 0;
}
.has-profile.profile-left .postprofile:before {
  left: auto;
  right: 0;
}
.has-profile.profile-left .postprofile .profile-contact .dropdown-container {
  float: right;
}
.has-profile.profile-left .postbody {
  padding-left: 15px;
}
.has-profile.profile-left .postbody:after {
  right: auto;
  left: -1px;
}
.has-profile .postbody h3, .has-profile .postbody #qr_postform h2, #qr_postform .has-profile .postbody h2 {
  float: none !important;
}

.postbody .content {
  overflow-x: auto;
  padding: 15px 15px 30px;
  margin: 0 -15px;
}

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

.search .postbody {
  width: 68%;
}

.topic_poll .panel {
  padding: 0;
}

#review {
  margin: 30px 0 0;
  padding: 5px;
  border: none;
  height: 55px;
  line-height: 50px;
  letter-spacing: 0.75px;
}

#topicreview {
  overflow-x: hidden;
  height: 300px;
  border: solid 1px #DDD;
  border-radius: 0 4px 4px 0;
  background: #fafafa;
  margin-bottom: 5px;
}
#topicreview .bg1,
#topicreview .bg2,
#topicreview .bg3 {
  background: inherit;
}

#topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  padding-right: 0;
  height: auto;
}

#topicreview .post {
  height: auto;
  margin: 0;
}

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

#topicreview h3, #topicreview #qr_postform h2, #qr_postform #topicreview h2 {
  margin: 0;
  padding: 0;
  border: none;
}

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

#post_details {
  overflow: auto;
  max-height: 300px;
}

.content {
  clear: both;
  min-height: 3em;
  overflow: hidden;
  line-height: 1.75;
  font-size: 1em;
  padding-bottom: 1px;
}

.content h2, .panel h2 {
  font-weight: normal;
  font-size: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.panel h3, .panel #qr_postform h2, #qr_postform .panel h2 {
  padding: 15px 0;
  margin: 0.5em 0;
}

.panel p,
.content p {
  margin-bottom: 1em;
}

div#faqlinks {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 30px -30px;
  padding: 15px 45px;
}

dl.faq {
  margin-top: 1em;
  margin-bottom: 2em;
}
dl.faq dt {
  font-weight: bold;
}

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

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

.posthilit {
  padding: 0 2px 1px 2px;
  background: #ececec;
  color: #F44336;
}

p.author {
  margin-bottom: 15px;
  clear: both;
  border-bottom: dotted 1px #eeeeee;
  color: rgba(68, 68, 68, 0.5);
}
p.author span.imageset {
  width: 18px;
}
.postbody p.author {
  font-size: 85%;
  margin: 0 -15px;
  padding: 0 15px 10px;
}
.section-ucp .postbody p.author {
  margin: 0 0 15px -15px;
}

.signature {
  margin: 0 -15px;
  padding: 15px 15px 0;
  padding-top: 0.5em;
  clear: left;
  overflow: hidden;
  border-top: 1px dotted #eeeeee;
}
.postbody .signature {
  color: rgba(68, 68, 68, 0.8);
}
.section-ucp .postbody .signature {
  margin: 15px 0 15px -15px;
}

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

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

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

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

/* Post noticies */
.notice {
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1em;
  border-top: 1px dashed transparent;
  clear: left;
  line-height: 130%;
}

ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}

blockquote {
  position: relative;
  font-size: 0.95em;
  margin: 0.5em 1px 0 0;
  padding: 10px;
  border-radius: 2px;
  border-left: 4px solid transparent;
  overflow: hidden;
}

blockquote blockquote {
  font-size: 1em;
  margin: 0.5em 1px 0 15px;
}

blockquote cite {
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 5px 15px 5px 30px;
  display: block;
  border-bottom: 1px solid #DDD;
}

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

.codebox {
  padding: 10px;
  border: 1px solid #DDD;
  background: #f2f2f2;
}

.codebox p {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

blockquote .codebox {
  margin-left: 0;
}

.codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  margin: 5px 0;
  padding-top: 10px;
  font-size: 90%;
  line-height: 1.3em;
  background: none;
  color: rgba(68, 68, 68, 0.8);
  border-top: dotted 1px #DDD;
}

.attachbox {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 10px 10px 15px 0;
  padding: 15px;
  border: 1px solid #DDD;
  background: #fafafa;
  clear: left;
}

.attachbox dt {
  text-transform: uppercase;
  font-weight: 600;
}

.attachbox dd {
  margin-top: 5px;
  padding-top: 5px;
  clear: left;
  overflow-x: auto;
}

.attachbox dd dd {
  border: none;
}

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

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

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

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

div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}

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

dl.file {
  display: block;
  line-height: 1.5;
}

dl.file dt {
  text-transform: none;
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
}

dl.file dd {
  margin: 0;
  padding: 0;
  font-size: 90%;
  color: rgba(68, 68, 68, 0.8);
}

dl.thumbnail img {
  padding: 3px;
  border: 1px solid rgba(204, 204, 204, 0.75);
  background: #FFF;
}

dl.thumbnail dd {
  font-style: italic;
}

.attachbox dl.thumbnail dd {
  font-size: 100%;
  color: rgba(68, 68, 68, 0.8);
}

dl.thumbnail dt a:hover img {
  border-color: #5D5AFF;
}

fieldset.polls {
  margin-bottom: 30px;
}

fieldset.polls dt,
fieldset.polls .poll_option_percent {
  line-height: 25px;
}

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

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

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

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

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

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

fieldset.polls dd div {
  text-align: right;
  font-weight: bold;
  padding: 4px 8px;
  overflow: visible;
  min-width: 2em;
  border-radius: 12px;
  color: #f2f2f2;
}

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

.vote-submitted {
  text-align: center;
  color: rgba(68, 68, 68, 0.8);
}

.postprofile {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0 15px;
  width: 24%;
  float: right;
  min-height: 80px;
}
.profile-left .postprofile {
  float: left;
}

.postprofile dd, .postprofile dt {
  line-height: 1.4;
}

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

.postprofile strong {
  font-weight: normal;
}

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

.postprofile .has-avatar .avatar-container {
  margin-bottom: 15px;
  overflow: hidden;
}

.postprofile .avatar {
  display: block;
  float: left;
  max-width: 100%;
}
.postprofile .avatar.auto-avatar .img {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: capitalize;
  text-align: center;
  font-size: 4.5em;
  font-weight: 100;
  margin-bottom: 15px;
  background: #FF5733;
  color: white;
  -webkit-user-select: none;
  white-space: nowrap;
}
.postprofile .avatar.auto-avatar .img.img-circle {
  border-radius: 50%;
}

.postprofile a.avatar {
  overflow: hidden;
}

.postprofile .avatar img,
.postprofile .avatar .img {
  display: block;
  height: auto !important;
  max-width: 100%;
  border-radius: 2px;
}

.profile-meta {
  margin-top: 15px;
  color: transparent;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.85);
      -ms-transform: scaleY(0.85);
          transform: scaleY(0.85);
  transition: all 0.25s ease-in-out;
}
.post:hover .profile-meta {
  color: rgba(68, 68, 68, 0.5);
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

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

dd.profile-contact {
  overflow: visible;
  margin-top: 15px;
}

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

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

.online:before {
  content: ' ';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 1px;
  right: 1px;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: lightgreen lightgreen transparent transparent;
}

.profile-left.online:before {
  right: auto;
  left: 1px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.search .postprofile {
  width: 30%;
}

.profile-avatar img {
  max-width: 100%;
}

.profile-details select {
  vertical-align: top;
}

.profile-avatar {
  padding-top: 12.5px;
}

.section-memberlist #jumpbox {
  margin: 15px 0;
}

.section-memberlist .panel {
  padding: 15px 0;
  margin: 30px 0 0;
  background: none;
}

dl.pmlist dt {
  width: 60% !important;
}

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

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

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

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

.dl_links strong {
  font-weight: bold;
}

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

.dl_links li {
  display: inline-block;
}

.attachment-filename {
  width: 100%;
}

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

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

.postbody .content::-webkit-scrollbar,
#topicreview::-webkit-scrollbar,
#post_details::-webkit-scrollbar,
.codebox code::-webkit-scrollbar,
.attachbox dd::-webkit-scrollbar,
.attach-image::-webkit-scrollbar,
.dropdown ul::-webkit-scrollbar,
#mchat-messages::-webkit-scrollbar,
#shoutbox_scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 4px;
}

.postbody .content::-webkit-scrollbar-thumb,
#topicreview::-webkit-scrollbar-thumb,
#post_details::-webkit-scrollbar-thumb,
.dropdown ul::-webkit-scrollbar-thumb,
.codebox code::-webkit-scrollbar-thumb,
.attachbox dd::-webkit-scrollbar-thumb,
.attach-image::-webkit-scrollbar-thumb,
#mchat-messages::-webkit-scrollbar-thumb,
#shoutbox_scroll::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.25);
  border-radius: 4px;
}

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

.dropdown-select:after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
}

.buttons, .buttons .button {
  float: left;
}

.buttons .button, .dropdown-select {
  margin-right: 5px;
}

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

.modtools-icon {
  padding-left: 2.5em !important;
}

.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before {
  width: 36px !important;
}

.tools-icon:before, .modtools-icon:before {
  content: "";
}

.search-icon:before {
  content: "";
}

.search-adv-icon:before {
  content: "";
}

#back2topMain {
  position: fixed;
  bottom: -50px;
  right: 30px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  background: #5D5AFF;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transition: all .2s ease-out, bottom .3s linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#back2topMain i {
  font-size: 1.75em;
}
#back2topMain.active {
  opacity: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  bottom: 30px;
  transition: all 0.2s ease-out, bottom 0.3s cubic-bezier(0.1, 0.6, 0.27, 1.26);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#back2topMain.active:hover {
  background: #FF5733;
  margin-bottom: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.18), 0 8px 12px rgba(0, 0, 0, 0.32);
}

.small-icon > a,
.icon-button {
  display: inline-block;
  padding-left: 1.25em;
  position: relative;
}
.small-icon > a:before,
.icon-button:before {
  top: 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
}

.icon-button:before {
  font-size: 13px;
  width: 100%;
  height: 100%;
  font-weight: normal;
}

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

/* Big button images */
.post-icon, .newpm-icon, .reply-all, .reply-icon, .pmreply-icon, .forwardpm-icon, .locked-icon {
  padding-left: 2em !important;
}
.post-icon:before, .newpm-icon:before, .reply-all:before, .reply-icon:before, .pmreply-icon:before, .forwardpm-icon:before, .locked-icon:before {
  content: "";
  width: 2.25em;
  top: 1px;
}

.reply-icon:before, .pmreply-icon:before {
  content: "";
  top: 2px;
}

.locked-icon:before {
  content: "";
  top: 1px;
}

.forwardpm-icon:before {
  content: "";
  top: 1px;
}

.dropdown .contact-icons.dropdown-contents {
  min-width: 0;
  padding: 0;
  font-size: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), 0 5px 35px rgba(0, 0, 0, 0.25);
}

.contact-icon {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.contact-icon:before {
  font-size: 13px;
  left: 50%;
  margin-left: -6.5px;
}

.contact-icons a {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: block;
  float: left;
  font-weight: 400;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
}

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

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

.contact-icons div {
  clear: left;
}

/* Profile icons */
.pm-icon:before {
  content: "";
}

.email-icon:before {
  content: "";
}

.jabber-icon:before {
  content: "";
}

.phpbb_icq-icon:before {
  content: "";
}

.phpbb_wlm-icon:before {
  content: "";
}

.phpbb_aol-icon:before {
  content: "";
}

.phpbb_website-icon:before {
  content: "";
}

.phpbb_youtube-icon:before {
  content: "";
}

.phpbb_facebook-icon:before {
  content: "";
}

.phpbb_googleplus-icon:before {
  content: "";
}

.phpbb_skype-icon:before {
  content: "";
}

.phpbb_twitter-icon:before {
  content: "";
}

.phpbb_yahoo-icon:before {
  content: "";
}

/* Post control buttons
  --------------------------------------------- */
.post-buttons {
  float: right;
  list-style: none;
  position: relative;
  z-index: 970;
}

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

.has-profile.profile-left .post-buttons {
  right: 0;
}

.post-buttons > li {
  float: left;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition: all 0.25s ease-in-out;
}
.post-buttons > li + li {
  margin-left: 5px;
}
.post:hover .post-buttons > li, .postbody:hover .post-buttons > li {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.post-buttons label {
  padding-left: 5px;
  line-height: inherit;
}

.post-buttons a {
  opacity: 0;
  line-height: 26px;
}
.post:hover .post-buttons a, .postbody:hover .post-buttons a {
  opacity: 1;
}

.post-buttons a.icon-button {
  padding: 5px 6px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  box-shadow: none;
}
.post-buttons a.icon-button:hover, .post-buttons a.icon-button:focus {
  background: #f2f2f2;
}
.post-buttons a.icon-button:active {
  background: #f2f2f2;
}

.post-buttons .icon-button span {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.post-buttons .icon-button:before {
  margin-left: 0;
}

.quote-icon:before {
  content: "";
}

.edit-icon:before {
  content: "";
}

.warn-icon:before {
  content: "";
}

.delete-icon:before {
  content: "";
}

.report-icon:before {
  content: "";
}

.info-icon:before {
  content: "";
}

.button.responsive-menu-link:before {
  content: "";
}

/* Responsive buttons in post body */
.post-buttons .dropdown {
  top: 18px;
}
.post-buttons .dropdown li {
  padding: 0 15px;
}
.post-buttons .dropdown a {
  display: block;
  text-align: left;
  padding: 0;
}
.post-buttons .dropdown a span {
  margin-left: .5em;
}
.post-buttons .dropdown a:before {
  width: 1.2em;
  text-align: center;
  display: inline-block;
}

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

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

/* 7.0 Control Panel Styles
---------------------------------------- */
.section-ucp .panel, .section-mcp .panel {
  border: 1px solid #DDD;
  margin-bottom: -1px;
}

.mcp-main .action-bar input.button2 {
  vertical-align: bottom;
}

/* 7.1 Main CP box
  ----------------------------------------*/
#cp-menu {
  float: left;
  width: 19%;
  margin-top: 15px;
  margin-bottom: 5px;
}

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

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

#cp-main .action-bar {
  border: none;
  margin: 10px 0;
  padding: 0;
}

#cp-main fieldset.display-options {
  margin: 15px 0 0;
  padding: 0;
}

.panel-container .panel ol {
  list-style-position: inside;
}

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

ul.cplist {
  margin-bottom: 15px;
  border: 1px solid #DDD;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  line-height: 1.2;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
  line-height: 1;
}

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

.panel-container table.table1 thead {
  font-weight: 600;
  border: 1px solid #eeeeee;
}
.panel-container table.table1 thead th {
  padding: 10px 15px;
}

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

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

#cp-main fieldset.display-actions {
  padding: 0;
  margin-top: 15px;
}
#cp-main fieldset.display-actions a {
  line-height: 36px;
}
#cp-main fieldset.display-actions .button2 {
  padding: 0 12.5px;
}

fieldset.display-actions .left-box {
  margin-right: 4px;
}

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

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

.panel-container .postbody p.author {
  font-weight: 600;
}

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

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

#cp-main li.header {
  border-radius: 4px 4px 0 0;
}

#cp-main .postbody {
  width: 100%;
}
#cp-main .postbody h3, #cp-main .postbody #qr_postform h2, #qr_postform #cp-main .postbody h2 {
  padding: 0;
  margin: 0 !important;
}
#cp-main .postbody p.author {
  margin: 0 0 5px;
  padding: 0 0 5px;
}
#cp-main .postbody .content {
  margin: 0;
}

#cp-main .has-profile .postbody {
  width: 76%;
}

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

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

#tabs > ul, #minitabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

#tabs .tab, #minitabs .tab {
  display: block;
  float: left;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: -1px;
}

#tabs .tab > a, #minitabs .tab > a {
  display: block;
  padding: 9px 15px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

/* 7.2 CP Tabs
    ----------------------------------------*/
#tabs {
  margin: 15px 15px 0;
}

#tabs .tab > a {
  border-radius: 4px 4px 0 0;
  margin: 1px 1px 0 0;
  background: transparent;
  color: inherit;
}
#tabs .tab > a:hover {
  background: #ececec;
}

#tabs .activetab > a {
  margin-top: 0;
  padding-bottom: 11px;
}

#tabs .activetab > a, #tabs .activetab > a:hover {
  background: #444444;
  color: #f2f2f2;
}

/* Mini tabbed menu used in MCP
      ----------------------------------------*/
#minitabs {
  float: right;
  margin: 15px 7.5px 0 0;
  max-width: 50%;
}

#minitabs .tab {
  float: right;
}

#minitabs .tab > a {
  border-radius: 4px 4px 0 0;
  margin-left: 2px;
  background: transparent;
  color: inherit;
}

#minitabs .tab > a:hover {
  background: #ececec;
}

#minitabs .activetab > a, #minitabs .activetab > a:hover {
  background: #444444;
  color: #f2f2f2;
}

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

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

.responsive-tab .responsive-tab-link:before {
  content: ' ';
  position: absolute;
  left: 8px;
  top: 13px;
  width: 14px;
  height: 0.5em;
  border-bottom: 0.125em solid transparent;
  border-top: 0.29em double transparent;
}

#tabs .dropdown, #minitabs .dropdown {
  top: 20px;
  margin-right: -2px;
  font-weight: normal;
}

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

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

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

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

/* 7.3 UCP navigation menu
  ----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
  width: 100%;
  padding-top: 51px;
  padding-right: 5px;
}

#navigation ul {
  list-style: none;
}

/* Default list state */
#navigation li {
  display: inline;
  font-weight: 600;
  padding: 0;
  line-height: 1.2;
}

#navigation ul:last-child li:last-child a {
  border-radius: 0 0 0 4px;
}

#navigation ul:first-child li:first-child a {
  border-radius: 4px 0 0 0;
}

/* Link styles for the sub-section links */
#navigation a {
  display: block;
  padding: 10px;
  margin: 1px 0;
  background: transparent;
  color: #444;
  position: relative;
}
#navigation a:hover {
  background: #ececec;
}
#navigation a:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 10px;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  transition: border-color 0.15s ease-in-out;
}
#navigation a:hover:after {
  border-left-color: #ececec;
}

#navigation #active-subsection a {
  background: #444444;
  color: #f2f2f2;
}
#navigation #active-subsection a:after {
  border-left-color: #444444;
}

/* 7.4 Preferences pane layout
  ----------------------------------------*/
#cp-main h2 {
  padding: 15px 0;
  margin: 0 0 0 5px;
}

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

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

dl.mini dd {
  padding-top: 4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

/* Defined rules list for PM options */
ol.def-rules {
  padding-left: 0;
}

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

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

.pmlist li.bg2 {
  padding: 0;
}

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

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

.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 1px;
  padding-left: 5px;
  white-space: nowrap;
}

.pm-legend span.imageset {
  display: none !important;
  width: 0 !important;
}

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

/* 7.6 Responsive *CP navigation
  ----------------------------------------*/
@media (max-width: 992px) {
  .nojs #tabs a span, .nojs #minitabs a span {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.5px;
  }

  #cp-menu, #navigation, #cp-main {
    float: none;
    width: auto;
    margin: 0;
  }

  #navigation {
    padding: 0;
    margin: 0;
  }

  #navigation li a:after {
    content: none;
  }
}
/* 8.0 Form Styles
---------------------------------------- */
/* 8.1 General form styles
  ----------------------------------------*/
input, textarea, keygen, select, button {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

fieldset {
  border-width: 0;
}

input {
  font-weight: normal;
  vertical-align: baseline;
  padding: 0 8px;
  font-size: 1em;
}

input[type="text"], .inputbox, #eles input#text_shoutbox {
  border: 1px solid rgba(221, 221, 221, 0.75);
  background: #FFF;
}
input[type="text"]:hover, .inputbox:hover, #eles input#text_shoutbox:hover {
  background: #f2f2f2;
}

input[type="checkbox"], input[type="radio"], .input-view {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  outline: none;
  vertical-align: -7px;
}
input[type="checkbox"]:before, input[type="radio"]:before, .input-view:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  border: 1px solid rgba(221, 221, 221, 0.75);
  transition: all 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
input[type="checkbox"]:focus, input[type="radio"]:focus, .input-view:focus {
  outline: none;
}
input[type="checkbox"]:focus:before, input[type="radio"]:focus:before, .input-view:focus:before {
  border-color: rgba(68, 68, 68, 0.8);
}

.input-wrapper {
  padding: 0;
  margin: 0;
}
.input-wrapper input {
  display: none;
}

input[type="radio"]:before, .input-view.type-radio:before {
  content: ' ';
  color: #FFF;
  background: #FFF;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px;
}
input[type="radio"]:checked::before, input[type="radio"]:checked + .input-view::before, .input-view.type-radio:checked::before, .input-view.type-radio:checked + .input-view::before {
  background: #5D5AFF;
  box-shadow: inset 0 0 0 3px;
}
input[type="radio"]:checked:hover::before, input[type="radio"]:checked + .input-view:hover::before, .input-view.type-radio:checked:hover::before, .input-view.type-radio:checked + .input-view:hover::before {
  background: #FF5733;
  box-shadow: inset 0 0 0 3px;
}
input[type="radio"]:hover::before, .input-view.type-radio:hover::before {
  background: #FF5733;
  border-color: #5D5AFF;
}

input[type="checkbox"]:before, .input-view.type-checkbox:before {
  content: "";
  border-radius: 3px;
  font-size: 0.75em;
  color: transparent;
}
input[type="checkbox"]:checked::before, input[type="checkbox"]:checked + .input-view::before, .input-view.type-checkbox:checked::before, .input-view.type-checkbox:checked + .input-view::before {
  color: #5D5AFF;
}
input[type="checkbox"]:hover::before, .input-view.type-checkbox:hover::before {
  color: #FF5733;
  border-color: #FF5733;
}
input[type="checkbox"]:checked:focus::before, input[type="checkbox"]:checked + .input-view:focus::before, .input-view.type-checkbox:checked:focus::before, .input-view.type-checkbox:checked + .input-view:focus::before {
  color: rgba(221, 221, 221, 0.75);
  border-color: rgba(221, 221, 221, 0.75);
}
input[type="checkbox"]:focus::before, .input-view.type-checkbox:focus::before {
  color: transparent;
}
input[type="checkbox"]:active::before, .input-view.type-checkbox:active::before {
  color: rgba(221, 221, 221, 0.75) !important;
  border-color: rgba(221, 221, 221, 0.75);
}

label {
  transition: color .25s ease-in-out;
}
label[for]:focus, label[for]:hover {
  color: #5D5AFF;
}

label:hover .input-view.type-checkbox::before {
  color: #FF5733;
  border-color: #FF5733;
}

label:hover input[type="checkbox"]:checked + .input-view::before {
  color: rgba(221, 221, 221, 0.75);
  border-color: rgba(221, 221, 221, 0.75);
}

label:hover .input-view.type-radio:before {
  background: #FF5733;
  border-color: #5D5AFF;
}

label:hover input[type="radio"]:checked + .input-view::before {
  background: #FF5733;
  box-shadow: inset 0 0 0 3px;
}

select {
  position: relative;
  padding: 5px 35px 5px 10px;
  vertical-align: baseline;
  font-weight: normal;
  cursor: pointer;
  height: 36px;
  transition: all 0.25s ease-in-out;
  border-radius: 2px;
  border: 1px solid rgba(221, 221, 221, 0.75);
  background: #FFF;
  color: inherit;
}
select:hover, select:focus {
  color: #444;
  border-color: rgba(221, 221, 221, 0.75);
}
select:hover {
  background: #f2f2f2;
}
select option {
  background: inherit;
}
select[multiple] {
  padding: 0;
}
select[multiple] option {
  padding: 5px 15px;
  background: none;
}

span.select-parent {
  position: relative;
}
span.select-parent:before {
  position: absolute;
  top: -4px;
  right: 0;
  content: " ";
  pointer-events: none;
  border-left: 1px solid;
  opacity: 0.15;
  height: 28px;
  width: 29px;
  z-index: 2;
}
span.select-parent:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  font: 12px/6px "FontAwesome";
  pointer-events: none;
  height: 10px;
  width: 12px;
  text-align: center;
  opacity: 0.5;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
}
span.select-parent:hover::after, span.select-parent:focus::after {
  opacity: 0.75;
}

select:focus {
  outline-style: none;
}

select::-ms-expand {
  display: none;
}

option {
  padding-right: 1em;
}

select optgroup option {
  padding-right: 1em;
}

textarea {
  width: 60%;
  padding: 2px;
  font-size: 1em;
  line-height: 1.5;
}

label {
  cursor: default;
  padding-right: 5px;
}
label[for="subject"], label[for="icon"] {
  line-height: 32px;
}
label[for^="icon-"] {
  position: relative;
  height: 32px;
  width: 32px;
  padding: 0;
  margin-bottom: 5px;
  vertical-align: -5px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
}
label[for^="icon-"] input {
  padding: 0;
  margin: 0;
  visibility: hidden;
  height: 32px;
  width: 32px;
}
label[for^="icon-"] input:before {
  color: #5D5AFF;
  border: none;
  opacity: 0;
}
label[for^="icon-"] input:checked::before, label[for^="icon-"] input:hover::before, label[for^="icon-"] input:checked:hover::before {
  background: #FFF;
  box-shadow: inset 0 0 0 2px;
  opacity: 1;
}
label[for^="icon-"] img {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  margin-left: -8px;
}
label[for^="icon-"]:hover input:before {
  background: #f2f2f2;
  box-shadow: inset 0 0 0 2px;
  opacity: 1;
}

label input {
  vertical-align: middle;
}

label img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

dd label {
  white-space: nowrap;
  margin-bottom: 5px;
}

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

dd select {
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}

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

dd textarea {
  width: 85%;
}

#timezone {
  width: 95%;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox, fieldset.quick-login #eles input#text_shoutbox, #eles fieldset.quick-login input#text_shoutbox {
  width: auto;
}

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

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
  margin: 0 -15px 15px;
  padding: 10px 15px 0;
  text-align: right;
  color: rgba(68, 68, 68, 0.8);
  cursor: default;
}
fieldset.display-options label:not(.go) {
  padding: 0 5px;
  white-space: nowrap;
  margin-bottom: 10px;
}
fieldset.display-options a {
  line-height: 34px;
  margin: 0 15px;
}
fieldset.display-options a.arrow-right, fieldset.display-options a.arrow-left {
  line-height: 36px;
}
fieldset.display-options select {
  display: inline-block;
  color: inherit;
  margin-left: 5px;
  background: #FFF;
}
fieldset.display-options select:hover, fieldset.display-options select:focus {
  color: #444;
}
fieldset.display-options .button2 {
  display: none;
}
fieldset.display-options label.go {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
fieldset.display-options label.go:hover {
  color: #444;
}
fieldset.display-options label.go:before {
  content: "";
  visibility: visible;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  white-space: nowrap;
  padding-right: 15px;
}

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

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

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

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

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

fieldset.submit-buttons input {
  vertical-align: middle;
}

/* 8.3 Posting page styles
  ----------------------------------------*/
/* Buttons used in the editor */
#format-buttons {
  margin: 15px 0 10px;
}
#format-buttons input[type="button"] {
  background: transparent;
  box-shadow: none;
  color: inherit;
  border-radius: 4px;
}
#format-buttons input[type="button"]:hover, #format-buttons input[type="button"]:focus {
  background: #f2f2f2;
  color: #5D5AFF;
}

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

#message-box textarea {
  width: 450px;
  height: 360px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  outline: none;
  transition: all .5s ease;
}

/* Emoticons panel */
#smiley-box {
  width: 16%;
  float: right;
}

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

/* 8.4 Input field styles
  ---------------------------------------- */
.inputbox, #eles input#text_shoutbox {
  padding: 5px 15px;
  height: 36px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in-out;
  outline: none;
}

.inputbox:hover, #eles input#text_shoutbox:hover, .inputbox:focus, #eles input#text_shoutbox:focus {
  border-color: rgba(221, 221, 221, 0.75);
}

input.inputbox, #eles input#text_shoutbox {
  width: 85%;
}

input.medium {
  width: 50%;
}

input.narrow {
  width: 25%;
}

input.tiny {
  width: 150px;
}

textarea.inputbox {
  height: auto;
  width: 85%;
  background: #f2f2f2;
}
textarea.inputbox:hover, textarea.inputbox:focus {
  background: #FFF;
}

.autowidth {
  width: auto !important;
}

input[type="number"] {
  -moz-padding-end: inherit;
  padding-right: 5px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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

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

#qr_postform {
  margin: 0 -30px 15px;
  padding: 0 15px;
  background: #fafafa;
  border-bottom: 1px solid #DDD;
}
#qr_postform h2 {
  padding: 0 !important;
}
#qr_postform input.inputbox, #qr_postform #eles input#text_shoutbox, #eles #qr_postform input#text_shoutbox, #qr_postform #message-box, #qr_postform #message-box textarea {
  width: 100% !important;
}
#qr_postform textarea.inputbox {
  background: #FFF;
}
#qr_postform textarea.inputbox:hover {
  background: #f2f2f2;
}

/* 8.5 Form button styles
  ---------------------------------------- */
a.button1, input.button1, a.button2, input.button2, a.input.button3, input.button3 {
  width: auto !important;
}

a.button2, input.button2 {
  background: #F44336;
}
a.button2:hover, input.button2:hover {
  background: #FF5722;
}
a.button2:focus, a.button2:active, input.button2:focus, input.button2:active {
  background: #E03225;
}

input.button3 {
  font-variant: small-caps;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

/* Alternative button */
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
  text-decoration: none !important;
}

input.disabled {
  font-weight: normal;
  color: rgba(68, 68, 68, 0.8);
}

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

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

.search-box .inputbox, .search-box #eles input#text_shoutbox, #eles .search-box input#text_shoutbox {
  border-right-width: 0;
  float: left;
  height: 36px;
  line-height: 1.6;
  padding: 0 15px;
  border-radius: 4px 0 0 4px;
}

.search-box .button {
  float: left;
  width: 36px;
  font-size: 0;
  padding: 0;
  box-shadow: none;
  background: #FFF;
  color: #444;
  border: 1px solid rgba(221, 221, 221, 0.75);
}
.search-box .button:before {
  top: 0;
}
.search-box .button:hover {
  background: #FFF;
}

.search-box button.search-icon {
  border-radius: 0;
  border-right: none;
}

.search-box a.button {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

/* 8.6 Search box (header)
  --------------------------------------------- */
.search-header {
  display: block;
  float: right;
  margin: 35px 0;
  padding: 2px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.search-header .inputbox, .search-header #eles input#text_shoutbox, #eles .search-header input#text_shoutbox {
  color: #444;
  box-shadow: none;
  border: 0;
}
.search-header a.button,
.search-header button.button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgba(68, 68, 68, 0.8) !important;
}
.search-header a.button:hover, .search-header a.button:active, .search-header a.button:focus,
.search-header button.button:hover,
.search-header button.button:active,
.search-header button.button:focus {
  color: #444 !important;
}

input.search {
  padding-left: 15px;
}

.full {
  width: 95%;
}

.medium {
  width: 50%;
}

.narrow {
  width: 25%;
}

.tiny {
  width: 10%;
}

/* 9.0 Colours
---------------------------------------- */
/*
   9.1 Colours and backgrounds for common
  -------------------------------------------------------------- */
.post:target h3 a, .post:target #qr_postform h2 a, #qr_postform .post:target h2 a {
  color: #5D5AFF;
}

.bg1 {
  background: #FFF;
}

.bg2 {
  background: #FFF;
}

.bg3 {
  background: #FFF;
}

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

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

#postform .panel.bg2, .section-search .bg2, .section-search .bg3, .section-memberlist .bg1 {
  background: none !important;
}

.ucprowbg {
  background: #f2f2f2;
}

.fieldsbg {
  background: #f2f2f2;
}

.sep {
  color: #5D5AFF;
}

.section-faq .bg1, .section-faq .bg2 {
  background: none;
}

.pagination li.active span {
  background: #FF5733;
}

.pagination li.next a:before, .pagination li.previous a:before, .pagination li.page-jump a:after {
  display: inline-block;
}

.reported,
.unapproved {
  box-shadow: inset 0 0 0 2px salmon;
}

p.post-notice.deleted:before {
  content: "";
}

p.post-notice.unapproved:before {
  content: "";
}

p.post-notice.reported:before, p.post-notice.error:before {
  content: "";
}

/*
   9.2 Colours and backgrounds for links
  -------------------------------------------------------------- */
th a {
  color: #f2f2f2;
}
th a:hover {
  color: #f2f2f2;
}

/*
   9.3 Colours and backgrounds for content
  -------------------------------------------------------------- */
li.header dt a, li.header dd a {
  color: #f2f2f2;
}
li.header dt a:hover,
li.header dt a:focus, li.header dd a:hover,
li.header dd a:focus {
  color: #f2f2f2;
}

.notice {
  border-top-color: #DDD;
}

/* BB Code styles
    ----------------------------------------*/
blockquote {
  background: #fafafa;
  border-color: #DDD;
}
blockquote:before {
  content: "";
  top: 5px;
  left: auto;
  right: 10px;
  font-size: 2em;
  color: rgba(68, 68, 68, 0);
}

.rtl blockquote:before {
  content: "";
}

blockquote blockquote {
  background: #f2f2f2;
}

blockquote blockquote blockquote {
  background: #ececec;
}

.syntaxbg {
  color: #FFF;
}

.syntaxcomment {
  color: #f60;
}

.syntaxdefault {
  color: #00b;
}

.syntaxhtml {
  color: #000;
}

.syntaxkeyword {
  color: #070;
}

.syntaxstring {
  color: #d00;
}

.pm-message .attachbox {
  background: #fafafa;
}

.attachbox p.stats {
  color: rgba(68, 68, 68, 0.8);
}

.attach-image img {
  border-color: rgba(204, 204, 204, 0.75);
}

.pollbar1 {
  background: #bb2d00;
}

.pollbar2 {
  background: #d53300;
}

.pollbar3 {
  background: #ee3900;
}

.pollbar4 {
  background: #ff4409;
}

.pollbar5 {
  background: #FF5722;
}

.pm .postprofile {
  border-color: #DDD;
}

dd.profile-warnings {
  color: #F44336;
}

/*
   9.4 Colours and backgrounds for cp
  -------------------------------------------------------------- */
.panel-container h3, .panel-container #qr_postform h2, #qr_postform .panel-container h2 {
  border-top: solid 1px #eeeeee;
  padding: 15px;
  margin: 0.5em -15px;
}
.panel-container h3:first-child, .panel-container #qr_postform h2:first-child, #qr_postform .panel-container h2:first-child {
  border: none;
}

.panel-container > h3, #qr_postform .panel-container > h2 {
  margin: 0;
}

.panel-container .panel li.row {
  border-bottom-color: #eeeeee;
}

#cp-main .pm-message {
  border-color: #eeeeee;
}

#cp-main .post.pm {
  border: 1px solid #eeeeee;
  padding: 15px;
  margin: 5px 0;
}

.pm h3, .pm #qr_postform h2, #qr_postform .pm h2 {
  padding: 0;
  margin: 0;
  line-height: 36px;
}

#cp-main .pm .content {
  padding: 15px;
  margin: 0 0 0 -15px;
}

.responsive-tab .responsive-tab-link:before {
  border-color: inherit;
}

@media (max-width: 992px) {
  #navigation a, .rtl #navigation a {
    background: #f2f2f2;
  }
}
/* PM Styles
    ----------------------------------------*/
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #F44336;
  border-right-color: #F44336;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
  border-color: tomato;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
  border-color: #eeeeee;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
  border-color: #5D5AFF;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
  border-color: #F44336;
}

#gallery label {
  background: #FFF;
  border-color: #DDD;
}

#gallery label:hover {
  background: #ececec;
}

/*
   9.5 Colours and backgrounds for forms
  -------------------------------------------------------------- */
option.disabled-option {
  color: graytext;
}

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

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

.inputbox:-moz-placeholder, #eles input#text_shoutbox:-moz-placeholder {
  color: rgba(68, 68, 68, 0.8);
}

.inputbox::-webkit-input-placeholder, #eles input#text_shoutbox::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.8);
}

.inputbox:focus:-moz-placeholder, #eles input#text_shoutbox:focus:-moz-placeholder {
  color: transparent;
}

.inputbox:focus::-webkit-input-placeholder, #eles input#text_shoutbox:focus::-webkit-input-placeholder {
  color: transparent;
}

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

.dropdown-extended .header, .dropdown-extended .footer {
  background: #fafafa;
  border-color: #DDD;
}

.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
}

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

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

.dropdown .dropdown-contents, .dropdown-up .dropdown-contents {
  background: #FFF;
  color: #444;
}

.dropdown .dropdown-contents {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

/* 10.0 Icons
---------------------------------------- */
a[class*="arrow"],
a[class*="top"] {
  position: relative;
}
a[class*="arrow"]:before, a[class*="arrow"]:after,
a[class*="top"]:before,
a[class*="top"]:after {
  top: -1px;
  visibility: visible;
}

a[class*="arrow"] {
  padding-left: 1.25em;
}
a[class*="arrow"].arrow-right {
  padding-left: 0;
  padding-right: 1.25em;
}

a.top:before, a.top2:before {
  content: "";
  top: 0;
}

a.arrow-up:before {
  content: "";
}

a.arrow-down:before {
  content: "";
}

a.arrow-left:before {
  content: "";
}

.jumpbox-return a.arrow-left:before {
  top: 1.5px;
  content: "";
}

a.arrow-right:after {
  top: 1px;
  left: auto;
  right: 0;
  content: "";
}

.header-avatar span:before {
  content: "";
  top: 1px;
}

.icon-acp > a:before {
  content: "";
}

.icon-tcp > a:before {
  content: "";
}

.icon-bookmark > a:before {
  content: "";
}

.icon-bump > a:before {
  content: "";
}

.icon-contact > a:before {
  content: "";
}

.icon-delete-cookies > a:before {
  content: "";
}

.icon-download > a:before {
  content: "";
}

.icon-faq > a:before {
  content: "";
}

.icon-home:before {
  content: "";
  top: 1px;
}

.icon-logout > a:before {
  content: "";
}

.icon-mark:before {
  content: "";
}

.icon-mcp > a:before {
  content: "";
}

.icon-members > a:before {
  content: "";
}

.icon-notification > a:before {
  content: "";
}

.icon-pages > a:before {
  content: "";
}

.icon-pm > a:before {
  content: "";
}

.icon-print > a:before {
  content: "";
}

.icon-profile > a:before {
  content: "";
}

.icon-register > a:before {
  content: "";
}

.icon-search > a:before, .responsive-search a:before {
  content: "";
}

.icon-search-active > a:before {
  content: "";
}

.icon-search-new > a:before {
  content: "";
}

.icon-search-self > a:before {
  content: "";
}

.icon-search-unanswered > a:before {
  content: "";
}

.icon-search-unread > a:before {
  content: "";
}

.icon-sendemail > a:before {
  content: "";
}

.icon-subscribe > a:before {
  content: "";
}

.icon-team > a:before {
  content: "";
}

.icon-ucp > a:before {
  content: "";
}

.icon-unsubscribe > a:before {
  content: "";
}

a.mark-read, a.mark {
  position: relative;
  padding-left: 1.25em;
}
a.mark-read:before, a.mark:before {
  content: "";
}

/* Forum icons & Topic icons */
dl.icon[class*="forum_"]:before, dl.icon[class*="topic_"]:before, dl.icon[class*="sticky_"]:before, dl.icon[class*="pm_"]:before,
dl.icon[class*="global_"]:before, dl.icon[class*="announce_"]:before {
  z-index: -1;
}

dl.icon:before {
  background: #f2f2f2;
  color: #444;
  transition: all 0.25s ease-in-out;
}
dl.icon.noicon:before {
  content: none;
}
dl.icon.forum_link:before {
  content: "";
}
dl.icon.forum_read:before, dl.icon.forum_unread:before {
  content: "";
}
dl.icon.forum_read_locked:before, dl.icon.forum_unread_locked:before {
  content: "";
}
dl.icon.forum_read_subforum:before, dl.icon.forum_unread_subforum:before {
  content: "";
}
dl.icon.sticky_read:before, dl.icon.sticky_read_mine:before, dl.icon.sticky_unread:before, dl.icon.sticky_unread_mine:before {
  content: "";
}
dl.icon.sticky_read_locked:before, dl.icon.sticky_read_locked_mine:before, dl.icon.sticky_unread_locked:before, dl.icon.sticky_unread_locked_mine:before {
  content: "";
}
dl.icon.forum_unread:before, dl.icon.forum_unread_subforum:before, dl.icon.forum_unread_locked:before, dl.icon.sticky_unread:before, dl.icon.sticky_unread_mine:before, dl.icon.sticky_unread_locked:before, dl.icon.sticky_unread_locked_mine:before, dl.icon.topic_unread:before, dl.icon.topic_unread_mine:before, dl.icon.topic_unread_locked:before, dl.icon.topic_unread_locked_mine:before, dl.icon.pm_unread:before {
  color: #5D5AFF;
}
dl.icon.topic_moved:before {
  content: "";
}
dl.icon.topic_read:before, dl.icon.topic_read_mine:before, dl.icon.topic_unread:before, dl.icon.topic_unread_mine:before {
  content: "";
}
dl.icon.topic_read_locked:before, dl.icon.topic_read_locked_mine:before, dl.icon.topic_unread_locked:before, dl.icon.topic_unread_locked_mine:before {
  content: "";
}
dl.icon.topic_read_hot:before, dl.icon.topic_read_hot_mine:before, dl.icon.topic_unread_hot:before, dl.icon.topic_unread_hot_mine:before {
  content: "";
  color: #FF5722;
}
dl.icon.topic_unread_hot:before, dl.icon.topic_unread_hot_mine:before {
  color: #F44336;
}
dl.icon.pm_read:before, dl.icon.pm_unread:before {
  content: "";
}
dl.icon.announce_read:before, dl.icon.announce_read_mine:before, dl.icon.announce_unread:before, dl.icon.announce_unread_mine:before {
  content: "";
}
dl.icon.announce_read_locked:before, dl.icon.announce_read_locked_mine:before, dl.icon.announce_unread_locked:before, dl.icon.announce_unread_locked_mine:before {
  content: "";
}
dl.icon.announce_read:before, dl.icon.announce_read_locked:before {
  color: #FF5722;
}
dl.icon.announce_read_locked_mine:before, dl.icon.announce_read_mine:before {
  color: #FF5733;
}
dl.icon.announce_unread:before, dl.icon.announce_unread_locked:before {
  color: #F44336;
}
dl.icon.announce_unread_mine:before {
  color: #5D5AFF;
}
dl.icon.global_read:before, dl.icon.global_read_mine:before, dl.icon.global_unread:before, dl.icon.global_unread_mine:before {
  content: "";
}
dl.icon.global_unread_locked:before, dl.icon.global_unread_locked_mine:before, dl.icon.global_read_locked:before, dl.icon.global_read_locked_mine:before {
  content: "";
}
dl.icon.global_read:before, dl.icon.global_read_mine:before, dl.icon.global_read_locked:before, dl.icon.global_read_locked_mine:before {
  color: #FF5722;
}
dl.icon.global_unread_locked:before, dl.icon.global_unread_locked_mine:before, dl.icon.global_unread:before, dl.icon.global_unread_mine:before {
  color: #F44336;
}
dl.icon.global_read_mine:before {
  color: #FF5733;
}
dl.icon.global_unread_mine:before {
  color: #5D5AFF;
}

span.imageset {
  display: inline-block !important;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
span.imageset:before {
  font-size: 13px;
}

.imageset.site_logo {
  background-image: url("https://www.newminiclub.nl/images/logo2.png");
  background-size: 100%;
  height: 0.5em;
  padding-left: 54px;
  padding-top: 43px;
  visibility: visible;
}

.imageset.forum_link:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.forum_read:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.forum_read_locked:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.forum_read_subforum:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.forum_unread:before {
  content: "";
  color: #5D5AFF;
}

.imageset.forum_unread_locked:before {
  content: "";
  color: #5D5AFF;
}

.imageset.forum_unread_subforum:before {
  content: "";
  color: #5D5AFF;
}

.imageset.topic_moved:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.topic_read:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.topic_read_mine:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.topic_read_hot:before {
  content: "";
  color: #FF5722;
}

.imageset.topic_read_hot_mine:before {
  content: "";
  color: #FF5722;
}

.imageset.topic_read_locked:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.topic_read_locked_mine:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.topic_unread:before {
  content: "";
  color: #5D5AFF;
}

.imageset.topic_unread_mine:before {
  content: "";
  color: #5D5AFF;
}

.imageset.topic_unread_hot:before {
  content: "";
  color: #F44336;
}

.imageset.topic_unread_hot_mine:before {
  content: "";
  color: #F44336;
}

.imageset.topic_unread_locked:before {
  content: "";
  color: #5D5AFF;
}

.imageset.topic_unread_locked_mine:before {
  content: "";
  color: #5D5AFF;
}

.imageset.sticky_read:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.sticky_read_mine:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.sticky_read_locked:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.sticky_read_locked_mine:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.sticky_unread:before {
  content: "";
  color: #5D5AFF;
}

.imageset.sticky_unread_mine:before {
  content: "";
  color: #5D5AFF;
}

.imageset.sticky_unread_locked:before {
  content: "";
  color: #5D5AFF;
}

.imageset.sticky_unread_locked_mine:before {
  content: "";
  color: #5D5AFF;
}

.imageset.announce_read:before {
  content: "";
  color: #FF5722;
}

.imageset.announce_read_mine:before {
  content: "";
  color: #FF5722;
}

.imageset.announce_read_locked:before {
  content: "";
  color: #FF5722;
}

.imageset.announce_read_locked_mine:before {
  content: "";
  color: #FF5722;
}

.imageset.announce_unread:before {
  content: "";
  color: #F44336;
}

.imageset.announce_unread_mine:before {
  content: "";
  color: #F44336;
}

.imageset.announce_unread_locked:before {
  content: "";
  color: #F44336;
}

.imageset.announce_unread_locked_mine:before {
  content: "";
  color: #F44336;
}

.imageset.global_read:before {
  content: "";
  color: #FF5722;
}

.imageset.global_read_mine:before {
  content: "";
  color: #FF5722;
}

.imageset.global_read_locked:before {
  content: "";
  color: #FF5722;
}

.imageset.global_read_locked_mine:before {
  content: "";
  color: #FF5722;
}

.imageset.global_unread:before {
  content: "";
  color: #F44336;
}

.imageset.global_unread_mine:before {
  content: "";
  color: #F44336;
}

.imageset.global_unread_locked:before {
  content: "";
  color: #F44336;
}

.imageset.global_unread_locked_mine:before {
  content: "";
  color: #F44336;
}

.imageset.pm_read:before {
  content: "";
  color: rgba(68, 68, 68, 0.8);
}

.imageset.pm_unread:before {
  content: "";
  color: #5D5AFF;
}

.imageset.icon_back_top:before {
  content: "";
}

.imageset.phpbb_aol-icon, .imageset.icon_contact_aim:before {
  content: "";
}

.imageset.icon_contact_email:before {
  content: "";
}

.imageset.icon_contact_icq, .imageset.phpbb_icq-icon:before {
  content: "";
}

.imageset.icon_contact_jabber:before {
  content: "";
}

.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm:before {
  content: "";
}

.imageset.icon_contact_www, .imageset.phpbb_website-icon:before {
  content: "";
}

.imageset.icon_contact_yahoo, .imageset.phpbb_yahoo-icon:before {
  content: "";
}

.imageset.icon_post_delete:before {
  content: "";
}

.imageset.icon_post_info:before {
  content: "";
}

.imageset.icon_post_report:before {
  content: "";
}

.imageset.icon_post_target:before {
  content: "";
  color: rgba(68, 68, 68, 0.5);
}
a:hover .imageset.icon_post_target:before, a:focus .imageset.icon_post_target:before, a:active .imageset.icon_post_target:before {
  color: rgba(68, 68, 68, 0.8);
}

.imageset.icon_post_target_unread:before {
  content: "";
  color: inherit;
}

.imageset.icon_topic_attach:before {
  content: "";
}

.imageset.icon_topic_latest {
  line-height: 1;
}
.imageset.icon_topic_latest:before {
  top: 1px;
  content: "";
}

.imageset.icon_topic_newest:before {
  content: "";
  top: -1px;
}

.imageset.icon_topic_reported:before {
  content: "";
  top: -1px;
}

.imageset.icon_topic_deleted:before {
  content: "";
  top: -1px;
}

.imageset.icon_topic_unapproved:before {
  content: "";
  top: -1px;
}

.imageset.icon_topic_poll:before {
  content: "";
  top: -1px;
}

.imageset.icon_user_warn:before {
  content: "";
  top: -1px;
}

.imageset.icon_contact:before {
  content: "";
  top: 1px;
  font-weight: 400;
}

/* 11.0 Plupload
---------------------------------------- */
#attach-panel-multi {
  display: none;
  margin-bottom: 1em;
}

#file-list td {
  vertical-align: middle;
}

.attach-name {
  width: 45%;
}

.attach-comment {
  width: 25%;
}

.attach-filesize {
  width: 15%;
}

.attach-status {
  width: 15%;
}

.attach-filesize, .attach-status {
  text-align: center;
}

.attach-controls {
  display: inline-block;
  float: right;
}

#attach-row-tpl, .nojs .file-inline-bbcode {
  display: none;
}

#file-total-progress {
  height: 2px;
  display: block;
  position: relative;
  margin: 4px -10px -6px -10px;
}

.file-progress {
  display: inline-block;
  height: 5px;
  width: 50px;
  background: transparent;
}

.file-progress-bar, #file-total-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #5D5AFF;
}

.file-status {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  font-size: 1.4em;
}

.file-status.file-working:before {
  content: "";
}

.file-status.file-uploaded:before {
  content: "";
  color: green;
}

.file-status.file-error:before {
  content: "";
  color: tomato;
}

.file-name {
  max-width: 65%;
  vertical-align: bottom;
}

/* 12.0 Widgets
---------------------------------------- */
.widget .widget-body li {
  list-style-position: inside;
}
.widget .widget-body > ul > li {
  list-style-type: none;
}

.widget-recents ul li > a,
.widget-links ul li > a {
  font-weight: 600;
}

.widget-recents .recents-list .metadata {
  display: block;
  font-size: 95%;
  margin: -0.5em 0 0.75em 1.5em;
}
.widget-recents .recents-list .metadata a,
.widget-recents .recents-list .metadata .time {
  opacity: 0.75;
}
.widget-recents .recents-list .metadata a:hover,
.widget-recents .recents-list .metadata a:focus {
  opacity: 1;
}

ul.forums-list {
  list-style-type: none;
}
ul.forums-list li {
  padding-right: 10px;
}
ul.forums-list a {
  display: inline-block;
  width: 100%;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.forums-list a::before {
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
ul.forums-list a[class*='sub'] {
  font-size: 0.975em;
}
ul.forums-list a[class*='sub']:hover, ul.forums-list a[class*='sub']:focus {
  padding-left: 25px;
}
ul.forums-list a[class*='sub']:hover::before, ul.forums-list a[class*='sub']:focus::before {
  left: 10px;
}

.widget-infotabs .nav > li > a {
  padding: 7.5px 10px;
  font-size: 1.1em;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid;
  border-bottom-color: #DDD;
}
.widget-infotabs .nav > li > a:hover {
  border-color: #eeeeee #eeeeee #DDD;
  background-color: #eeeeee;
  z-index: 2;
}
.widget-infotabs .nav > li > a:focus {
  border-color: #DDD #DDD transparent !important;
}
.widget-infotabs .nav {
  border-bottom-color: #DDD;
}
.widget-infotabs .nav > li.active > a {
  color: #444;
  border-color: #DDD #DDD transparent #DDD;
  background: transparent;
}
.widget-infotabs .nav > li.active > a:hover {
  background: transparent;
  border-color: #DDD #DDD transparent !important;
}
.widget-infotabs .tab-pane {
  padding: 15px 0 0;
}
.widget-infotabs .statistics strong {
  float: right;
}

.widget-select {
  width: 100%;
}

.widget-auth .widget-body {
  padding-right: 5px;
}
.widget-auth .formline {
  display: block;
  margin-bottom: 7.5px;
}
.widget-auth .formline .inputbox, .widget-auth .formline #eles input#text_shoutbox, #eles .widget-auth .formline input#text_shoutbox {
  display: block;
  width: 100%;
}
.widget-auth label {
  padding: 0;
}
.widget-auth .left {
  float: left;
  width: 65%;
}
.widget-auth .button2,
.widget-auth .ripple-wrapper.input {
  float: right !important;
}
.widget-auth .button2 {
  margin-top: 5px;
}

/* 13.0 Extensions
---------------------------------------- */
#eles #phpbb_announcement {
  position: relative;
  font-size: 1em;
  margin: 0 0 30px;
  padding: 15px 30px 15px 15px;
  border-radius: 4px;
  background-color: #F44336;
  color: #f2f2f2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  line-height: 1.6;
}
#eles #phpbb_announcement div {
  line-height: inherit;
  font-size: inherit;
}
#eles #phpbb_announcement .close {
  float: none;
  background: none;
  color: inherit;
  text-shadow: none;
  left: auto;
  right: 15px;
  font-size: 1em;
  line-height: inherit;
  font-weight: 400;
  transition: opacity .25s;
  padding: 1px;
}
#eles #phpbb_announcement .close:before {
  content: "";
}
#eles #phpbb_announcement .close:hover {
  opacity: 1 !important;
}

#eles .lastpostavatar img {
  margin: 3px 10px 3px 0;
  border-radius: 50%;
  border: none;
}

#eles .aboutus {
  font-size: 1.1em;
  padding: 15px 0 0;
}
#eles .aboutus .content {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  padding: 15px 0;
}
#eles .aboutus h2 {
  margin-top: 15px;
}

#eles .icon-boardrules {
  background-image: none;
}
#eles .icon-boardrules a:before {
  content: "";
}
#eles #boardrules-categories {
  margin: 0 0 30px 30px;
}
#eles #boardrules-categories .mini-panel {
  background: none;
  margin: 0;
  padding: 10px 15px;
  padding-right: 0;
  border-radius: 0;
  border-left: solid 1px #DDD;
}
#eles #boardrules-categories .mini-panel h3, #eles #boardrules-categories .mini-panel #qr_postform h2, #qr_postform #eles #boardrules-categories .mini-panel h2 {
  color: inherit;
  font-family: inherit;
  margin: 0;
}
#eles #rules {
  padding: 5px 0 0;
  list-style-position: inside;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
#eles #rules h3, #eles #rules #qr_postform h2, #qr_postform #eles #rules h2 {
  margin: 0 0 10px;
  letter-spacing: normal;
}
#eles #rules .rule-item {
  padding: 10px 15px 15px;
  border: solid 1px transparent;
  margin-bottom: -1px;
  border-radius: 2px;
}
#eles #rules .rule-item + li {
  border-top-color: #DDD;
}
#eles #rules .highlight {
  color: inherit;
  font-weight: normal;
  background-color: #FFF;
  border-color: #DDD;
  border-left-width: 2px;
  border-left-color: #F44336;
  box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.075);
}
#eles #rules .rule-anchor {
  font-weight: 800;
  float: right;
}

#eles #abbc3_buttons {
  margin: 15px 0 5px;
  cursor: default;
}
#eles #abbc3_buttons .abbc3_buttons_row {
  background: none;
  border: none;
  width: 100%;
  padding: 1px 0;
}
#eles #abbc3_buttons select {
  margin: 0;
  height: 31px;
  vertical-align: baseline;
  padding: 2px 35px 2px 5px;
  border-radius: 2px;
  border-color: rgba(221, 221, 221, 0.75);
  background: #FFF !important;
  color: inherit !important;
}
#eles #abbc3_buttons select:hover, #eles #abbc3_buttons select:focus {
  color: #444;
  border-color: rgba(221, 221, 221, 0.75);
}
#eles #abbc3_buttons select:hover {
  background: #f2f2f2;
}
#eles #abbc3_buttons select option {
  background: inherit;
}
#eles #abbc3_buttons .abbc3_button {
  margin: 0;
  min-width: 26px;
  height: 31px;
  outline: none;
  vertical-align: baseline;
  transition: all .2s;
  border-radius: 2px;
}
#eles #abbc3_buttons .abbc3_button:hover {
  border-color: rgba(221, 221, 221, 0.75);
  background-color: #FFF;
}
#eles #bbcode_wizard {
  font-size: inherit;
  background: #FFF;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  border: 1px solid rgba(221, 221, 221, 0.75);
  width: 75%;
  padding: 15px 30px 0;
}
#eles #bbcode_wizard .panel {
  padding: 0;
}
#eles #bbcode_wizard #bbvideo_wizard_sites {
  width: 100%;
}
#eles #bbcode_wizard dl .inputbox, #eles #bbcode_wizard dl input#text_shoutbox {
  width: auto;
  max-width: 100%;
}
#eles #bbcode_wizard hr {
  margin: 15px -30px;
  border-top-color: #eeeeee;
}
#eles #bbcode_wizard fieldset.submit-buttons {
  margin: 15px -30px;
  border-top: solid 1px #DDD;
  padding-top: 15px;
}

#eles #page-body-wrapper > ins.adsbygoogle {
  display: block !important;
  margin: 0 auto;
}
#eles .post + .panel.online {
  margin: 0 -30px;
  padding: 15px 30px !important;
  background: transparent !important;
}
#eles .post + .panel.online ins.adsbygoogle {
  display: block;
  margin: 0 auto;
}
#eles .post + .panel.online:before {
  content: none;
}

#eles .postlove {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0 !important;
  font-size: 0;
  border: solid 1px #DDD;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 2px;
  background-color: #fafafa;
}
#eles .postlove span:not([class]) {
  font-size: 11px !important;
  vertical-align: -14px !important;
  font-weight: 700;
}
#eles .profile-left .postlove {
  right: 0;
}
#eles .like,
#eles .liked {
  width: 13px;
  background: none;
  margin: 0 0 0 5px;
  font-size: 16px;
}
#eles .like:before {
  content: "";
}
#eles .liked:before {
  content: "";
}

#eles #topic_preview {
  border-color: #DDD;
  border-radius: 2px;
  box-shadow: 0 2px 25px -10px #000;
}
#eles #topic_preview:before {
  border-top-color: #DDD;
  border-right-color: #DDD;
}

#eles .share-buttons {
  bottom: 60px;
  right: 15px;
}
#eles .share-buttons > li:last-child {
  margin-right: 0;
}
#eles .share-buttons > li:last-child a {
  padding-right: 1px;
}
#eles .profile-left .share-buttons {
  right: 0;
}

#eles #quick-login-panel {
  padding: 15px;
  border-radius: 2px;
  background: #FFF;
}
#eles #quick-login-panel h3, #eles #quick-login-panel #qr_postform h2, #qr_postform #eles #quick-login-panel h2 {
  text-align: left;
  padding: 0 0 20px;
  margin: -5px 0 0;
}
#eles #quick-login-panel .close {
  top: 0px;
  right: 0px;
}
#eles #quick-login-panel .autowidth {
  width: 100% !important;
}
#eles #quick-login-panel .ql-options {
  margin: 0 0 3px;
  float: left;
}
#eles #quick-login-panel .ql-options span {
  vertical-align: bottom;
}
#eles #quick-login-panel .ql-password {
  margin-bottom: 10px;
}
#eles #quick-login-panel fieldset.submit-buttons {
  text-align: right;
  margin: 5px 0px;
}

#eles #quickeditbox #message-box {
  width: 100%;
}
#eles #quickeditbox #message-box textarea {
  height: 150px;
}
#eles #quickeditbox .autowidth {
  width: 100% !important;
  margin: 0;
}

#eles .icon-newspage {
  background-image: none;
}
#eles .icon-newspage a:before {
  content: "";
}

#eles .icon-mchat {
  background-image: none;
}
#eles .icon-mchat a:before {
  content: "";
}
#eles #mchat-main .mchat-text {
  clear: both;
  overflow: hidden;
  padding: 0 0 2px;
  font-size: inherit;
}
#eles #mchat-main .mchat-message-wrapper {
  overflow: hidden;
  padding-left: 15px;
}
#eles #mchat-main .mchat-message {
  padding: 5px 10px;
}
#eles #mchat-main .mchat-avatar {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
#eles #mchat-main .mchat-buttons > li {
  height: 16px;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#eles #mchat-main .mchat-message:hover .mchat-buttons li {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: .6;
}
#eles #mchat-main .mchat-message:hover .mchat-buttons li:hover {
  opacity: 1;
}
#eles #mchat-main .mchat-message-header {
  float: left;
  font-size: 95%;
}
#eles #mchat-main .mchat-time {
  opacity: 0.85;
}
#eles #mchat-main .mchat-time:before {
  content: "";
  width: 1.1em;
  display: inline-block;
}
#eles #mchat-panel {
  padding: 0 10px 5px;
  border-top: solid 1px #DDD;
}
#eles #mchat-panel #mchat-whois {
  font-size: inherit;
}
#eles #mchat-panel #mchat-input {
  font-size: inherit;
  margin-bottom: 10px;
}
#eles #mchat-panel #mchat-add {
  background-color: #5D5AFF;
}
#eles #mchat-panel #mchat-buttons {
  padding-bottom: 5px;
}
#eles #mchat-panel #format-buttons input[type="button"] {
  padding: 0 10px;
}
#eles #mchat-panel #mchat-smilies a {
  padding: 3px;
}
#eles #mchat-panel #mchat-status {
  border-top: solid 1px #DDD;
  margin: 5px -10px 0;
  padding-top: 5px;
}
#eles #mchat-panel #mchat-status span,
#eles #mchat-panel #mchat-status label {
  padding: 0 5px;
}

#eles dd.medals_postrow img {
  vertical-align: -3px;
}
#eles dd.medals_postrow {
  padding: 5px 0;
}
#eles #medals_container {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  margin: 30px -30px;
  padding: 0 30px 15px;
}
#eles #medals_container center {
  text-align: left;
}

#eles input#text_shoutbox {
  margin: 5px 0;
  width: 100%;
}
#eles #submit_shoutbox {
  background-color: #5D5AFF;
}
#eles ul.ajaxshoutboxpost li.row {
  border-bottom: solid 1px #DDD;
}
#eles ul.ajaxshoutboxpost li.row:hover {
  background: inherit !important;
}
#eles ul.ajaxshoutboxpost dt {
  width: 100%;
  margin: 0;
  padding: 2px 7.5px;
}
#eles ul.ajaxshoutboxpost dd {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}
#eles ul.shoutboxlist {
  line-height: 1.3;
}
#eles ul.shoutboxlist li {
  padding: 2px 7.5px;
  color: inherit;
}
#eles ul.shoutboxlist dt {
  font-size: inherit;
  min-width: 50px;
  padding: 0;
}
#eles ul.shoutboxlist input.button2 {
  height: 24px;
  line-height: 24px;
  padding: 0px 7.5px;
}
#eles ul.shoutboxlist dd.ajaxshoutbox_date {
  font-size: 95%;
}

#eles .pages-content {
  line-height: inherit;
  font-size: inherit;
}

/* 14.0 Responsive Design
---------------------------------------- */
@media (min-width: 992px) {
  #quick-links {
    margin-left: -7px;
  }

  .search-box .inputbox:focus, .search-box #eles input#text_shoutbox:focus, #eles .search-box input#text_shoutbox:focus {
    width: 200px;
  }

  #cp-main {
    margin-bottom: -15px;
  }

  #cp-main .panel {
    margin-right: -15px;
    border-right: none;
    box-shadow: -2.5px 0 10px -2.5px rgba(0, 0, 0, 0.1);
  }

  #cp-main .post.pm {
    margin-right: -15px;
    border-right: none;
  }

  #page-body > .post.profile-left .postbody .content {
    padding-right: 0;
  }
  #page-body > .post .postbody .content {
    transition: box-shadow .35s;
    box-shadow: 5px -7.5px 17.5px -6px rgba(0, 0, 0, 0.05);
  }
  #page-body > .post:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  #page-body > .post:hover .postbody .content {
    box-shadow: none;
  }
  #page-body > .post.profile-left .postbody .content {
    box-shadow: -5px -7.5px 17.5px -6px rgba(0, 0, 0, 0.05);
  }

  #eles #quick-login-panel {
    width: 500px;
    padding: 25px;
  }
  #eles #quick-login-panel fieldset dt {
    width: 27.5%;
  }
  #eles #quick-login-panel fieldset dd {
    margin-left: 28%;
  }
  #eles #quick-login-panel fieldset .ql-password {
    margin-bottom: 10px;
  }
  #eles #quick-login-panel fieldset.submit-buttons {
    float: right;
  }

  body.contained .masthead .inner.header-offset-size {
    padding-top: 50.01px;
    padding-bottom: 90px;
  }
  body.contained .navbar.top {
    position: relative;
  }
  body.contained .navbar.top .inner.header-offset-nav {
    position: relative;
    top: -65px;
  }
  body.contained .inner.header-offset {
    position: relative;
    z-index: 40;
    top: -65px;
    margin-bottom: -65px;
    overflow: hidden;
    background-color: inherit;
  }
  body.contained .header-offset-shadow {
    position: absolute;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    top: -65px;
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }

  .autowidth {
    width: 100% !important;
  }

  #navigation ul:first-child li:first-child a {
    border-radius: 4px 4px 0 0;
  }

  #navigation ul:last-child li:last-child a {
    border-radius: 0 0 4px 4px;
  }

  .widget-auth .left {
    float: none;
    width: auto;
  }
  .widget-auth .button2,
  .widget-auth .input {
    float: none !important;
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  dd.posts, dd.topics, dd.views {
    display: none !important;
  }

  dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
    width: 35%;
  }

  li.header dt, ul.topiclist dt {
    margin-right: -35%;
  }
  li.header dt .list-inner, ul.topiclist dt .list-inner {
    margin-right: 35%;
  }

  .search-box {
    float: right;
  }

  .action-bar.top .pagination {
    float: none;
    clear: both;
    padding-top: 15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 768px) {
  .responsive-hide {
    display: none !important;
  }

  .responsive-show {
    display: block !important;
  }

  .responsive-show-inline {
    display: inline !important;
  }

  .responsive-show-inline-block {
    display: inline-block !important;
  }

  html {
    height: auto;
  }

  body {
    padding: 0;
  }

  #wrap {
    border: none;
    border-radius: 0;
    margin: 0;
    min-width: 290px;
    overflow: hidden;
  }

  .inner {
    width: 100%;
  }

  .topbar .inner, .navbar .inner, .endbar .inner {
    padding: 7.5px 15px;
  }

  .masthead {
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
  }

  .masthead .inner {
    padding: 10px 15px;
  }

  .main {
    width: 100%;
  }

  #site-description + .search-header {
    margin-left: -50px;
  }

  #page-body-wrapper {
    border: none !important;
  }
  #page-body-wrapper:before {
    content: none !important;
  }

  #page-body {
    margin: 15px 15px 30px;
    padding: 0;
    clear: both;
    border: none;
  }

  #page-sidebar {
    margin: 0;
    padding: 0 15px 30px;
    border: none;
    border-top: solid 1px #DDD;
  }
  #page-sidebar .widget {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-top: 30px;
  }
  #page-sidebar .widget-title {
    margin: 0 0 1em;
  }
  #page-sidebar .widget-title:before, #page-sidebar .widget-title:after {
    content: none !important;
  }

  #viewtopic + .action-bar {
    margin-top: 0 !important;
  }

  div.rules {
    text-align: center;
  }

  .action-bar .pagination {
    text-align: left;
  }
  .action-bar .pagination ul {
    float: right;
  }
  .action-bar .pagination li a, .action-bar .pagination li span {
    padding: 10px;
  }
  .action-bar .pagination li .page-jump {
    margin-right: 1px;
  }

  #page-footer h3, #page-footer #qr_postform h2, #qr_postform #page-footer h2 {
    margin: 2.5em 0 0.75em;
  }

  /* Search
  ----------------------------------------*/
  .responsive-search {
    display: block !important;
  }

  .responsive-search a {
    display: block;
    width: 16px;
    height: 22px;
    text-indent: 99px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
  }

  #page-body > .action-bar {
    margin: 15px -15px;
    padding: 15px;
  }

  /* .topiclist lists
  ----------------------------------------*/
  li.header dt {
    text-align: center;
    font-size: 1.1em;
  }

  ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  ul.topiclist li.header dd {
    display: none !important;
  }

  ul.topiclist dt, ul.topiclist dt .list-inner,
  ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner,
  ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner,
  ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
    margin-right: 0;
  }

  ul.topiclist dt .list-inner.with-mark {
    padding-right: 34px;
  }

  ul.topiclist dt .list-inner {
    min-height: 28px;
  }

  ul.topiclist li.header dt .list-inner {
    min-height: 0;
  }

  ul.topiclist dd {
    display: none;
  }

  ul.topiclist dd.mark {
    display: block;
  }

  /* Forums and topics lists
  ----------------------------------------*/
  ul.topiclist.forums dt {
    margin-right: -40%;
  }

  ul.topiclist.forums dt .list-inner {
    margin-right: 40%;
  }

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

  li.row .responsive-show strong {
    font-weight: bold;
    color: inherit;
  }

  /* Pagination
  ----------------------------------------*/
  .row .pagination .ellipsis + li {
    display: none !important;
  }

  /* Responsive tables
  ----------------------------------------*/
  table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
    display: block;
  }

  table.responsive thead, table.responsive th {
    display: none;
  }

  table.responsive.show-header thead, table.responsive.show-header th:first-child {
    display: block;
    width: auto !important;
    text-align: left !important;
  }

  table.responsive.show-header th:first-child span.rank-img {
    display: none;
  }

  table.responsive tr {
    margin: -1px 0 0;
  }

  table.responsive td {
    width: auto !important;
    text-align: left !important;
    padding: 4px;
  }

  table.responsive td.empty {
    display: none !important;
  }

  table.responsive td > dfn {
    display: inline-block !important;
  }

  table.responsive td > dfn:after {
    content: ':';
    padding-right: 5px;
  }

  table.responsive span.rank-img {
    float: none;
    padding-right: 5px;
  }

  table.responsive#memberlist td:first-child input[type="checkbox"] {
    float: right;
  }

  /* Forms
  ----------------------------------------*/
  fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
    width: auto;
    float: none;
  }

  fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
    margin-left: 0;
  }

  textarea, dd textarea, #message-box textarea {
    width: 100%;
    box-sizing: border-box;
  }

  dl.pmlist dt {
    width: auto !important;
    margin-bottom: 5px;
  }

  dl.pmlist dd {
    display: inline-block;
    margin-left: 0 !important;
  }

  dl.pmlist dd:first-of-type {
    padding-left: 20px;
  }

  #smiley-box, #message-box {
    float: none;
    width: auto;
  }

  #smiley-box {
    margin-top: 5px;
  }

  .bbcode-status {
    display: none;
  }

  .colour-palette, .colour-palette tbody, .colour-palette tr {
    display: block;
  }

  .colour-palette td {
    display: inline-block;
    margin-right: 2px;
  }

  .horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
    display: none;
  }

  .colour-palette a {
    display: inline-block !important;
  }

  fieldset.quick-login label {
    display: block;
    margin: 0 0 5px;
    white-space: normal;
  }

  fieldset.quick-login label > span {
    display: inline-block;
  }

  fieldset.quick-login input.inputbox, fieldset.quick-login #eles input#text_shoutbox, #eles fieldset.quick-login input#text_shoutbox {
    width: 100%;
  }

  fieldset.quick-login label[for="autologin"] {
    display: inline-block;
    text-align: right;
    min-width: 50%;
    float: right;
  }
  fieldset.quick-login label[for="autologin"] label {
    display: inline-block;
  }

  fieldset.quick-login input[type="submit"] {
    display: block;
    margin-top: 10px;
  }

  #qr_postform fieldset.submit-buttons {
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
  #qr_postform fieldset.submit-buttons .button2 {
    float: left;
  }
  #qr_postform fieldset.submit-buttons .button1 {
    float: right;
  }

  /* User profile
  ----------------------------------------*/
  .column1, .column2, .left-box.profile-details {
    float: none;
    width: auto;
    clear: both;
  }

  /* Polls
  ----------------------------------------*/
  fieldset.polls dt {
    width: 90%;
  }

  fieldset.polls dd.resultbar {
    padding-left: 20px;
  }

  fieldset.polls dd.poll_option_percent {
    width: 20%;
  }

  fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
    margin-top: 5px;
  }

  /* Post
  ----------------------------------------*/
  .postbody {
    position: inherit;
  }

  .permalink {
    display: none;
  }

  .postprofile, .postbody, .search .postbody {
    display: block;
    width: auto;
    float: none !important;
    padding: 0;
    min-height: 0;
  }

  .post .postprofile {
    width: auto;
    padding: 0 30px 15px !important;
    border-bottom: 1px solid #eeeeee;
    margin: 0 -30px 15px;
    min-height: 40px;
    overflow: hidden;
  }

  #page-body > .post {
    margin: 0 -15px;
    padding: 15px;
    border-width: 2px;
  }

  .postbody {
    padding: 0 !important;
  }

  .postprofile dd {
    display: none;
  }

  .postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
    display: block;
    margin: 0;
  }

  .postprofile .has-avatar .avatar-container {
    margin: 0;
    overflow: inherit;
  }

  .postprofile .avatar-container:after {
    clear: none;
  }

  .postprofile a.avatar,
  .postprofile .avatar.auto-avatar {
    margin-right: 5px;
  }

  .postprofile .avatar img {
    width: auto !important;
    height: auto !important;
    max-height: 36px;
  }

  .postprofile .avatar.auto-avatar .img {
    font-size: 1.5em;
    margin-bottom: 4px;
    width: 36px;
    line-height: 36px;
  }

  .has-profile .postbody h3, .has-profile .postbody #qr_postform h2, #qr_postform .has-profile .postbody h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .has-profile .post-buttons {
    right: 15px;
    top: 15px;
  }

  #eles .postlove {
    right: 15px;
    top: 52.5px;
    bottom: auto;
  }

  /* Misc stuff
  ----------------------------------------*/
  h2 {
    margin-top: .5em;
    text-align: center;
  }

  p.rightside {
    margin-bottom: 0;
  }

  fieldset.display-options label {
    display: block;
    clear: both;
    padding: 0 !important;
  }

  dl.mini dd.pm-legend {
    float: left;
    min-width: 200px;
  }

  #topicreview {
    width: 100%;
    padding: 0 5px;
    overflow-x: hidden !important;
  }

  fieldset.display-actions {
    white-space: normal;
  }

  .phpbb_alert {
    width: auto;
    margin: 0 5px;
  }

  .attach-comment dfn {
    width: 100%;
  }

  .copyright.right {
    text-align: left;
  }

  ul.social-links,
  .navbar.top ul.linklist {
    height: 33px;
    overflow: hidden;
  }

  #postingbox dl {
    width: 100%;
  }

  #cp-main .panel {
    border-left: 0;
    border-right: 0;
  }

  .post .back2top {
    right: 15px;
  }

  .widget-auth .left {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .widget-auth label[for="autologin"] {
    float: right;
  }

  .widget-infotabs .nav > li {
    display: table-cell;
    width: 1%;
  }
  .widget-infotabs .nav > li.active > a:hover, .widget-infotabs .nav > li.active > a:focus {
    border-bottom-color: transparent;
  }

  .top-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .bottom-block {
    padding: 15px;
  }

  #eles .share-buttons {
    right: 15px;
  }

  #eles #quick-login-panel fieldset.submit-buttons {
    text-align: left;
  }

  #eles #boardrules-categories {
    margin: 0 0 30px;
  }
  #eles #boardrules-categories .mini-panel {
    padding: 10px 0;
    border: none;
    border-bottom: solid 1px #DDD;
  }
}
@media (max-width: 480px) {
  body {
    line-height: 1.6;
  }

  #site-description {
    float: none;
    width: auto;
    text-align: center;
  }
  #site-description .logo {
    display: inline-block;
    float: none;
    text-align: center;
    padding: 10px;
  }
  #site-description h1 {
    text-align: inherit;
    float: none;
    margin: 5px;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #site-description p {
    display: none;
  }
  #site-description + .search-header {
    margin-left: 0;
  }

  .search-header {
    margin: 15px 0 30px;
    float: none;
  }
  .search-header .inputbox, .search-header #eles input#text_shoutbox, #eles .search-header input#text_shoutbox {
    margin: 0 -72px 0 0;
    padding: 0 72px 0 15px;
  }

  .masthead + .navbar {
    margin-top: -20px;
  }

  ul.topiclist.forums dt {
    margin-right: 0;
  }

  ul.topiclist.forums dt .list-inner {
    margin-right: 0;
  }

  ul.topiclist.forums dd.lastpost {
    display: none;
  }

  li.header .collapse-btn a {
    background: inherit;
  }

  dd label {
    white-space: normal;
  }

  select, .inputbox, #eles input#text_shoutbox {
    max-width: 100%;
    width: 100% !important;
  }

  .select-parent {
    display: block;
    clear: both;
    width: 100%;
  }

  #cp-main fieldset.display-actions .button2 {
    width: 100% !important;
  }

  .button1, .button2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .inputbox, #eles input#text_shoutbox {
    margin-bottom: 4px;
  }

  .captcha-panel dd.captcha {
    margin-left: 0;
  }

  .captcha-panel dd.captcha-image img {
    width: 100%;
  }

  #recaptcha_challenge_image,
  #recaptcha_response_field,
  .recaptchatable #recaptcha_image {
    width: 100% !important;
    height: auto !important;
  }

  .recaptchatable tr td:last-child {
    display: none;
  }

  .captcha-panel .recaptcha-responsive {
    display: inline-block !important;
    margin-top: 10px;
    vertical-align: middle;
  }

  p.responsive-center {
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }

  .action-bar div.buttons {
    text-align: center;
    float: none;
    clear: both;
  }
  .action-bar div.buttons a {
    float: none;
    display: block;
    margin: 5px 0;
  }
  .action-bar .search-box {
    padding-top: 7.5px;
    float: none;
  }
  .action-bar .search-box .inputbox, .action-bar .search-box #eles input#text_shoutbox, #eles .action-bar .search-box input#text_shoutbox {
    max-width: none;
    width: 100%;
    margin-right: -72px;
  }
  .action-bar .pagination {
    float: none;
    clear: both;
    text-align: left;
    margin-bottom: -15px;
  }

  .action-bar .topic-tools,
  .action-bar .pagination,
  #quickmod {
    padding-top: 7.5px;
  }

  #quickmod {
    float: right;
  }
  #quickmod > span {
    margin: 0;
  }

  dl.icon .responsive-show {
    font-size: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .row .pagination {
    margin: 10px 5px 0;
  }

  .pagination > ul {
    margin: 0;
  }

  p.jumpbox-return {
    display: none;
  }

  .display-options > label:nth-child(1) {
    display: block;
    margin-bottom: 5px;
  }

  fieldset.display-actions label {
    padding: 0;
    width: 100%;
  }

  fieldset.display-actions .left-box {
    margin: 0;
    float: none;
  }

  .attach-controls {
    margin-top: 5px;
    width: 100%;
  }

  dl.details dt, dl.details dd {
    width: auto;
    float: none;
    text-align: left;
  }

  dl.details dd {
    margin: 0;
  }

  fieldset.fields1 dd, fieldset.fields2 dd {
    margin-left: 0;
  }

  fieldset dt {
    margin: 10px 0 5px;
  }

  #postingbox dl {
    width: 100%;
  }

  .stats-blocks {
    display: block;
    margin-top: -30px;
  }
  .stats-blocks .col-block {
    padding: 0;
    display: block;
    width: 100%;
  }
  .stats-blocks .col-block + .col-block {
    padding: 0;
    border: none;
  }
  .stats-blocks .col-block h3, .stats-blocks .col-block #qr_postform h2, #qr_postform .stats-blocks .col-block h2 {
    margin: 30px 0 5px;
  }
}
@media (max-width: 430px) {
  .section-viewtopic .search-box .inputbox, .section-viewtopic .search-box #eles input#text_shoutbox, #eles .section-viewtopic .search-box input#text_shoutbox {
    width: 110px;
  }
}
@media (max-width: 350px) {
  .dropdown-extended .dropdown-contents {
    width: auto;
  }
}
.ripple-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.ripple-wrapper.input {
  float: none !important;
  vertical-align: top !important;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #FFF;
  -webkit-animation: ripple-fx 2s;
          animation: ripple-fx 2s;
}

@-webkit-keyframes ripple-fx {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

@keyframes ripple-fx {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s infinite linear;
          animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes icon-pop {
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes icon-pop {
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.responsive {
  width: 100%;
  height: auto;
}