/*  phpBB3 Stylesheet
*   --------------------------------------------------------------
*	Style name:			BBOOTS
*	Developer:	        SiteSplat ( http://www.sitesplat.com/phpBB3 )
*  --------------------------------------------------------------
*/
/********************************************************************************
* Note: CSS minified for production - DO NOT MODIFY - USE THE CUSTOM.CSS PROVIDED
*********************************************************************************/
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('./font/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('./font/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./font/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./font/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./font/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.fa-spin {
    -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 {
    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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

/*!
* Custom iconmoon
*/
@font-face {
    font-family: icomoon;
    src: url(./font/iconmoon/fonts/icomoon.eot?shasme);
    src: url(./font/iconmoon/fonts/icomoon.eot?#iefixshasme) format('embedded-opentype'), url(./font/iconmoon/fonts/icomoon.ttf?shasme) format('truetype'), url(./font/iconmoon/fonts/icomoon.woff?shasme) format('woff');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-moon-"], [class^=icon-moon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-moon-bookmark:before {
    content: "\e600"
}

.icon-moon-circuit-board:before {
    content: "\e601"
}

.icon-moon-git-branch:before {
    content: "\e602"
}

.icon-moon-git-compare:before {
    content: "\e603"
}

.icon-moon-git-merge:before {
    content: "\e604"
}

.icon-moon-git-pull-request:before {
    content: "\e605"
}

.icon-moon-repo-forked:before {
    content: "\e606"
}

.icon-moon-phpbb_website:before {
    content: "\e607"
}

.icon-moon-location:before {
    content: "\e608"
}

.icon-moon-atom:before {
    content: "\e609"
}

.icon-moon-heart:before {
    content: "\e60a"
}

.icon-moon-heart-broken:before {
    content: "\e60b"
}

.icon-moon-man:before {
    content: "\e60c"
}

.icon-moon-woman:before {
    content: "\e60d"
}

.icon-moon-man-woman:before {
    content: "\e60e"
}

.icon-moon-spell-check:before {
    content: "\e60f"
}

.icon-moon-pilcrow:before {
    content: "\e610"
}

.icon-moon-share2:before {
    content: "\e611"
}

.icon-moon-mail2:before {
    content: "\e612"
}

.icon-moon-phpbb_googleplus:before {
    content: "\e613"
}

.icon-moon-google-plus3:before {
    content: "\e614"
}

.icon-moon-phpbb_facebook:before {
    content: "\e615"
}

.icon-moon-facebook3:before {
    content: "\e616"
}

.icon-moon-phpbb_twitter:before {
    content: "\e617"
}

.icon-moon-phpbb_youtube:before {
    content: "\e618"
}

.icon-moon-vimeo3:before {
    content: "\e619"
}

.icon-moon-picassa:before {
    content: "\e61a"
}

.icon-moon-dropbox:before {
    content: "\e61b"
}

.icon-moon-github:before {
    content: "\e61c"
}

.icon-moon-windows:before {
    content: "\e61d"
}

.icon-moon-phpbb_skype:before {
    content: "\e61e"
}

.icon-moon-pinterest:before {
    content: "\e61f"
}

.icon-moon-na:before {
    content: "\e620"
}

.icon-moon-bootstrap:before {
    content: "\e621"
}

.icon-moon-less:before {
    content: "\e622"
}

.icon-moon-w3c:before {
    content: "\e623"
}

.icon-moon-folderopen:before {
    content: "\e624"
}

.icon-moon-folderdefault:before {
    content: "\e625"
}

.icon-moon-pin:before {
    content: "\e626"
}

.icon-moon-graph:before {
    content: "\e627"
}

.icon-moon-link:before {
    content: "\e628"
}

.icon-moon-email:before {
    content: "\e629"
}

.icon-moon-jquery:before {
    content: "\e62a"
}

.icon-moon-phpbb:before {
    content: "\e62b"
}

.icon-moon-3docean:before {
    content: "\e62c"
}

.icon-moon-activeden:before {
    content: "\e62d"
}

.icon-moon-audiojungle:before {
    content: "\e62e"
}

.icon-moon-pm:before {
    content: "\e630"
}

.icon-moon-codecanyon:before {
    content: "\e631"
}

.icon-moon-diamond:before {
    content: "\e632"
}

.icon-moon-copypaste:before {
    content: "\e633"
}

.icon-moon-envato:before {
    content: "\e634"
}

.icon-moon-envatoleaf:before {
    content: "\e635"
}

.icon-moon-foldershadow:before {
    content: "\e636"
}

.icon-moon-graphicriver:before {
    content: "\e638"
}

.icon-moon-newspage:before {
    content: "\e639"
}

.icon-moon-linkdefault:before {
    content: "\e63a"
}

.icon-moon-linkfat:before {
    content: "\e63b"
}

.icon-moon-linkskinny:before {
    content: "\e63c"
}

.icon-moon-mapmarker:before {
    content: "\e63d"
}

.icon-moon-golfflag:before {
    content: "\e63e"
}

.icon-moon-bullhorn:before {
    content: "\e63f"
}

.icon-moon-microlancer:before {
    content: "\e640"
}

.icon-moon-pagewhite:before {
    content: "\e641"
}

.icon-moon-pageblack:before {
    content: "\e642"
}

.icon-moon-photodune:before {
    content: "\e643"
}

.icon-moon-speaker:before {
    content: "\e644"
}

.icon-moon-dbubble:before {
    content: "\e645"
}

.icon-moon-themeforest:before {
    content: "\e646"
}

.icon-moon-chart:before {
    content: "\e647"
}

.icon-moon-microphone:before {
    content: "\e649"
}

.icon-moon-linksquare:before {
    content: "\e64a"
}

.icon-moon-winpane:before {
    content: "\e64c"
}

.icon-moon-microphone-b:before {
    content: "\e64d"
}

.icon-moon-microphone-old:before {
    content: "\e64e"
}

.icon-moon-chart-unordered:before {
    content: "\e64f"
}

.icon-moon-folder-open:before {
    content: "\e650"
}

.icon-moon-bullhorn-cine:before {
    content: "\e651"
}

.icon-moon-heart-plus:before {
    content: "\e654"
}

.icon-moon-heart-mines:before {
    content: "\e655"
}

.icon-moon-microphone-best:before {
    content: "\e656"
}

.icon-moon-copypaste-b:before {
    content: "\e657"
}

.icon-moon-speaker-b:before {
    content: "\e658"
}

.icon-moon-pin-right:before {
    content: "\e65a"
}

.icon-moon-flag-b:before {
    content: "\e65b"
}

.icon-moon-star-that:before {
    content: "\e65c"
}

.icon-moon-php:before {
    content: "\e65d"
}

.icon-moon-file-transfer:before {
    content: "\e65e"
}

.icon-moon-ip:before {
    content: "\e65f"
}

.icon-moon-diamond-side:before {
    content: "\e660"
}

.icon-moon-locket-b:before {
    content: "\e662"
}

.icon-moon-paypal:before {
    content: "\e664"
}

.icon-moon-infinite:before {
    content: "\e665"
}

.icon-moon-microphone-full:before {
    content: "\e666"
}

.icon-moon-broadcast:before {
    content: "\e667"
}

.icon-moon-file-default:before {
    content: "\e668"
}

/*!
* basics.css
* Copyright 2012-2017 SiteSplat.com
*/
@font-face {
    font-family: "BebasNeueRegular";
    font-style: normal;
    font-weight: 400;
    src: url(./font/bebasneue/BebasNeue-webfont.eot);
    src: url(./font/bebasneue/BebasNeue-webfont.eot?#iefix) format("embedded-opentype"), url(./font/bebasneue/BebasNeue-webfont.woff) format("woff"), url(./font/bebasneue/BebasNeue-webfont.ttf) format("truetype"), url(./font/bebasneue/BebasNeue-webfont.svg#BebasNeueRegular) format("svg")
}

.postbody .content {
    color: #2e3c3e;
    font-family: inherit;
    font-size: 1.1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

html {
    background: #999 url(./images/forum-backdrop.png)
}

body {
    background-color: transparent;
    margin: 0;
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    padding-top: 20px
}

#wrap {
    background: 0 0 rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 0 4px rgba(50, 50, 50, .5);
    margin: 0 auto 20px;
    padding: 6px
}

#content-forum {
    background: 0 0 #ebebeb;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 14px #fff
}

.padding_0_40 {
    padding: 10px 8px
}

.corners {
    border-radius: 8px 8px 8px 8px;
    display: block
}

#simple-wrap {
    padding: 6px 10px
}

#page-body, hr {
    margin: 4px 0;
    clear: both
}

hr {
    border: 0 none #fff;
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 5px 0
}

hr.dashed {
    border-top: 1px dashed #ccc;
    margin: 10px 0
}

#review {
    margin-top: 1em
}

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

#topicreview .post {
    height: auto
}

#topicreview h2 {
    border-bottom-width: 0
}

.post-ignore .postbody {
    display: none
}

#post_details {
    overflow: auto;
    max-height: 300px
}

#expand {
    clear: both
}

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

.topicreview-expand {
    height: auto
}

.post-icon {
    margin-bottom: 2px;
    margin-right: 5px
}

.posthilit {
    background-color: #f2f228;
    color: #000
}

.signature {
    margin-top: 1.5em;
    padding-top: .2em;
    font-size: 1.1em;
    border-top: 1px solid #ccc;
    clear: left;
    line-height: 140%;
    overflow: hidden;
    width: 100%
}

.notice {
    margin-top: 1.5em;
    border-top: 1px dashed #ccc;
    line-height: 120%
}

.searchresults {
    list-style: none;
    text-align: right;
    clear: both
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #ccc
}

.content blockquote cite, hr {
    display: block
}

.content blockquote {
    background: 0 0 #ededed;
    font-size: 1.03em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 1em 0 0;
    padding: .3em 2em .3em 2.5em;
    position: relative
}

.content blockquote:before {
    color: #ccc;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: 5px;
    top: .3em;
    line-height: .2em
}

.content blockquote:after {
    color: #ccc;
    content: "\201D";
    font-size: 5em;
    position: absolute;
    right: 3px;
    bottom: 0;
    line-height: 0
}

.codebox {
    padding: 3px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    font-size: 1em;
    margin-top: 10px
}

.codebox span {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    font-size: .8em;
    font-weight: 700;
    display: block
}

blockquote .codebox {
    margin: 5px 5px 5px 0
}

.codebox code {
    overflow: auto;
    display: block;
    height: auto;
    max-height: 200px;
    white-space: inherit;
    line-height: 1.3em;
    color: #8b8b8b;
    margin: 2px 0
}

.codebox pre {
    background-color: inherit;
    border: none
}

.syntaxbg {
    color: #fff
}

.syntaxcomment {
    color: #000
}

.syntaxdefault {
    color: #bcbcbc
}

.syntaxhtml {
    color: #000
}

.syntaxkeyword {
    color: #585858
}

.syntaxstring {
    color: #a7a7a7
}

.attachbox {
    width: auto;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px dashed #d8d8d8
}

.pm-message .attachbox {
    background-color: #f3f3f3
}

.attachbox p, .stats {
    line-height: 110%;
    color: #666;
    font-weight: 400;
    clear: left
}

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

.attach-image img {
    max-width: 100%
}

.thumbnail {
    display: table;
    margin-bottom: 0
}

textarea.dropzone-wrap {
    border: 1px dashed #d6d9e0
}

.dropzone-content::before {
    font-family: 'FontAwesome';
    content: '\f019';
    position: absolute;
    top: 25%;
    font-size: 68px;
    color: #ebebeb;
    left: 45%;
    pointer-events: none;
    z-index: 1
}

@media (max-width: 868px) {
    .img-post {
        max-width: 100% !important
    }
}

@media (min-width: 468px) and (max-width: 656px) {
    .phpbb_alert {
        margin: 10px !important
    }

    .img-post {
        max-width: 100% !important
    }
}

@media (max-width: 520px) {
    .attachbox .thumbnail {
        display: block
    }

    .image-thumb {
        max-width: 100% !important
    }
}

@media (max-width: 468px) {
    .attachbox .thumbnail {
        display: block
    }
}

a {
    direction: ltr;
    unicode-bidi: embed;
    color: #2880b2;
    text-decoration: none;
    -webkit-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease
}

.username-coloured {
    font-weight: 600;
    display: inline;
    padding: 0
}

.table-primary thead th a {
    color: #fff;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

.feed-icon-forum {
    float: right;
    margin: 3px
}

a:link, a:visited {
    color: #8c8c8c
}

a.forumtitle:hover, a:hover {
    color: #a6a6a6;
    text-decoration: none
}

a:active {
    color: #338ad2
}

a.forumtitle:hover {
    color: #8c8c8c
}

a.forumtitle:active {
    color: #105289
}

a.forumtitle, a.topictitle {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #BD171F
}

a.topictitle:hover {
    color: #8c8c8c;
    text-decoration: none
}

a.topictitle:active {
    color: #105289
}

.postlink {
    border-bottom: 1px dashed #ccc
}

.postlink:visited {
    color: #5d8fbd
}

.postlink, .postlink:active {
    color: #368ad2
}

.postlink:hover {
    color: #8c8c8c;
    border-bottom: 1px solid #ccc
}

.signature a, .signature a:active, .signature a:hover, .signature a:visited {
    background-color: transparent;
    border: none;
    text-decoration: none
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: 'Titillium Web', Arial, sans-serif;
    line-height: normal;
    font-weight: 200;
    margin: 5px 0 10px
}

h1, h1 a, h2, h2 a, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #7f7f7f
}

.content h2, h3 {
    color: #7f7f7f;
    border-bottom: 1px solid #ccc
}

h3 {
    text-transform: uppercase;
    padding-bottom: 2px
}

.postbody h3 {
    font-size: 1.5em;
    margin-top: 0;
    text-transform: none;
    border: none
}

.content h2 {
    font-size: 1.6em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-bottom: .5em
}

.side-segment h2:after, .side-segment h3:after {
    background-color: #BD171F;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: -2px;
    width: 50px
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative
}

.control-video {
    max-width: 400px
}

.btn-toolbar > .btn-group, .btn-toolbar > .input-group, .section-posting .btn-toolbar > .btn {
    margin-left: 5px !important
}

.section-viewtopic .btn-group > .btn:first-child {
    margin-left: 1px
}

.dropdown-menu a {
    border-radius: 4px 4px 4px 4px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #5a5a5a;
    background: 0 0 rgba(0, 0, 0, 0)
}

.dropdown-menu li:hover {
    background: 0 0 #e8e8e8;
    color: #BD171F;
    text-decoration: none;
    background-repeat: repeat-x;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    *background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6)
}

.copyright {
    display: block;
    height: auto;
    margin: -10px auto 30px;
    position: relative
}

.copyright, .copyright a {
    color: #cdcdcd
}

.modal-header h3 {
    border-bottom: medium none !important
}

.space10 {
    clear: both;
    height: 10px !important
}

.padding15 {
    padding: 15px !important
}

.padding10 {
    padding: 10px !important
}

.stat_offline {
    background: 0 0 #cb1111
}

.stat_online {
    background: 0 0 #5da423
}

.stat {
    border: 2px solid #fff !important;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px
}

fieldset {
    border-width: 0
}

.hr-double, .hr-double-pm {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    height: 3px
}

.hr-double {
    margin-bottom: 40px;
    margin-top: -15px
}

.hr-double-pm {
    margin-top: 20px
}

.media-pm {
    margin-bottom: 15px;
    margin-top: -25px !important
}

.media-pm img {
    border: 2px solid #dfe3e4;
    border-radius: 4px;
    height: auto;
    width: 60px
}

.reset-list {
    list-style: none outside none;
    margin: 0
}

.reset-list i {
    color: gray
}

.ucp-membership .table > tbody > tr > td {
    vertical-align: top
}

.ucp-membership .table .disabled {
    visibility: hidden
}

.compose-pm-box {
    margin-bottom: 20px
}

#scrollbar, #scrollbar-one, #scrollbar-three, #scrollbar-two {
    clear: both;
    margin: 0;
    width: 100%
}

#scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-three .scrollbar, #scrollbar-two .scrollbar {
    float: right;
    position: relative;
    width: 3px
}

#scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-three .viewport, #scrollbar-two .viewport {
    height: 270px;
    overflow: hidden;
    position: relative;
    width: auto
}

#scrollbar .overview, #scrollbar-one .overview, #scrollbar-three .overview, #scrollbar-two .overview {
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 0;
    width: 100%
}

.friend-ucp li, .recent-activity li.item {
    border-bottom: 1px dashed #c9c9c9;
    position: relative
}

.friend-ucp li {
    color: #0d0d0d;
    display: block;
    line-height: 32px;
    margin: 0 5px 5px 0
}

#scrollbar .track, #scrollbar-one .track, #scrollbar-three .track, #scrollbar-two .track {
    background-color: #ccc;
    height: 100%;
    padding: 0;
    position: relative;
    width: 3px
}

#scrollbar-one .thumb, #scrollbar-one .thumb .end, #scrollbar-two .thumb, #scrollbar-two .thumb .end {
    background-color: #0daed3
}

#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-three .thumb, #scrollbar-two .thumb {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 3px
}

#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-three .thumb .end, #scrollbar-two .thumb .end {
    height: 5px;
    overflow: hidden;
    width: 13px
}

.tagsinput span.tag {
    background: 0 0 #ccc;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    margin: 3px;
    padding: 3px 5px
}

.tagsinput, .tagsinput input {
    margin-bottom: 5px
}

.tagsinput input {
    color: #fff;
    font-weight: 700;
    padding: 0 0 0 4px
}

.recent-activity {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0
}

.recent-activity li.item {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 20px;
    padding: 15px 0
}

/*.recent-activity li .icon:after {*/
    /*border-left: 2px solid #c9c9c9;*/
    /*border-top: medium none;*/
    /*content: "";*/
    /*height: 14px;*/
    /*left: -25px;*/
    /*position: absolute;*/
    /*top: 53px;*/
    /*width: 2px*/
/*}*/

.recent-activity li:last-child .icon:after {
    border-left: medium none
}

.recent-activity li .icon.gray {
    background: 0 0 #fcfcfc;
    border: 1px solid #999
}

.recent-activity li .icon.green {
    background: 0 0 #72b110;
    border: 1px solid #72b110
}

.recent-activity li .icon.blue {
    background: 0 0 #62aeef;
    border: 1px solid #3693e2
}

.recent-activity li .icon.yellow {
    background: 0 0 #e7d246;
    border: 1px solid #d0ba24
}

.recent-activity li .icon.orange {
    background: 0 0 #f88c00;
    border: 1px solid #ca7302
}

.recent-activity li .icon.red {
    background: 0 0 #f40a0a;
    border: 1px solid #ca7302
}

.recent-activity li .icon {
    background: 0 0 #d8605f;
    border: 1px solid #ba3938;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px 0 #fff inset, 0 0 4px 0 #c9c9c9;
    float: left;
    height: 32px;
    margin-left: -40px;
    width: 32px
}

.recent-activity li .icon i {
    color: #fff;
    padding: 8px;
    position: absolute
}

.icon16 {
    font-size: 16px
}

.webkitfix {
    max-width: 250px
}

.recent-activity li.item .text {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px
}

.recent-activity li.item .text a {
    color: #d8605f;
    font-weight: 700
}

.recent-activity li .recent-detail {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px
}

.recent-activity li:last-child {
    border-bottom: 0 none
}

.framed-ucp {
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    padding: 20px
}

legend {
    border: medium none;
    color: #9a9a9a;
    margin: 0;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 24px;
    padding: 0 10px;
    width: auto;
    display: block
}

.widget-body, .widget-body-ucp {
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-radius: 0 3px 0 0;
    border-right: 1px solid #cdcdcd;
    display: block;
    padding: 15px
}

#cprofile .widget-body {
    margin-bottom: 10px
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #BD171F;
    border-radius: 6px 6px 6px 6px;
    margin-top: 0;
    position: relative
}

.tabbable-custom .nav-tabs > li {
    border-top: 2px solid transparent;
    margin-right: -1px
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: medium none;
    font-weight: 700
}

.tabbable-custom .nav-tabs > li.active > a:hover {
    border-top: medium none;
    background-color: #fff
}

.section-mcp .nav-tabs, .section-posting .nav-tabs, .section-ucp .nav-tabs {
    border-bottom: 0 none
}

.section-mcp .nav > li > a:focus, .section-mcp .nav > li > a:hover, .section-posting .nav > li > a:focus, .section-posting .nav > li > a:hover, .section-ucp .nav > li > a:focus, .section-ucp .nav > li > a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd
}

.section-mcp ul.nav-tabs li a, .section-posting ul.nav-tabs li a, .section-ucp ul.nav-tabs li a {
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    display: block;
    font-size: 13px;
    height: 29px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    width: auto
}

.nav-tabs > li > a:first-child {
    border-radius: 4px 4px 0 0
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
    padding: 10px
}

.tab-content {
    overflow: inherit
}

.ver-inline-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.ver-inline-menu li {
    margin-bottom: 1px;
    position: relative
}

.ver-inline-menu li i {
    background: 0 0 #e0eaf0;
    color: #b9cbd5;
    font-size: 15px;
    margin: 0 8px 0 0;
    padding: 11px 9px
}

.ver-inline-menu li a {
    background: 0 0 #f0f6fa;
    border-left: 2px solid #c4d5df;
    color: #557386;
    display: block;
    line-height: 36px
}

.ver-inline-menu li:hover a, .ver-inline-menu li:hover i {
    background: 0 0 #e0eaf0;
    text-decoration: none
}

.ver-inline-menu li:hover i {
    background: 0 0 #c4d5df;
    color: #fff
}

.ver-inline-menu li.active a, .ver-inline-menu li.active i {
    background: 0 0 #169ef4;
    border-left: 1px solid #0c91e5;
    color: #fff;
    text-decoration: none
}

.ver-inline-menu li.active i {
    background: 0 0 #0c91e5
}

.ver-inline-menu li.active:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #169ef4;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 12px
}

.table-white {
    background: 0 0 #fff
}

.table-bordered {
    border-color: #dbdbdb;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 #dbdbdb
}

.table-primary {
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-top: medium none
}

.table-primary tbody td {
    background: 0 0 #fafafa;
    border-width: 0;
    color: #7c7c7c
}

.table > tbody + tbody {
    border-top: 0 none
}

.table-primary tbody tr:nth-child(2n+1) td, .table-primary tbody tr:nth-child(2n+1) th {
    background: 0 0 #fff
}

.table-primary thead th {
    background-color: #BD171F;
    border-color: #BD171F !important;
    color: #fff;
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.table tr.active, .table tr.active td {
    background: 0 0 #deecfa !important
}

.table td.table-icon, .table th.table-icon {
    background-position: 5px center;
    width: 20px
}

.table td.table-check, .table th.table-check {
    width: 81px;
    text-align: center
}

th i {
    color: #f8f8f8
}

.large60 {
    width: 70px
}

.large80 {
    width: 120px
}

.large12 {
    width: 12%
}

.large20 {
    width: 20%
}

.large23 {
    width: 23%
}

.large26 {
    width: 26%
}

.large28 {
    width: 28%
}

.row-icon {
    float: left;
    height: 27px;
    margin-right: 5px;
    margin-top: 5px;
    width: 27px
}

.topic-icon {
    float: left;
    display: block;
    height: 16px;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 16px
}

.row-icon-font {
    float: left;
    font-size: 27px;
    margin-right: 5px;
    margin-top: 5px
}

.forum-image {
    display: inline-block;
    float: left;
    width: 46px;
    height: 40px
}

.forum-image img {
    width: 42px;
    height: 42px
}

.row-icon-font-mini {
    color: #fff;
    font-size: 14px;
    margin-left: -20px;
    margin-right: 5px;
    margin-top: 15px;
    position: absolute
}

.forum-list-lock {
    margin-left: -15px;
    margin-top: 18px
}

.forumview-lock {
    color: #666;
    margin-left: -14px;
    margin-top: 21px;
    text-shadow: -1px -1px 0 #fff
}

.icon-moon-default:before {
    content: "\e64d"
}

.icon-moon-default2:before {
    content: "\e687"
}

.icon-moon-link2:before {
    content: "\e04a"
}

.icon-moon-podcast2:before {
    content: "\e678"
}

.icon-moon-voice2:before {
    content: "\e677"
}

.icon-moon-pushpin2:before {
    content: "\e016"
}

.icon-moon-poll:before {
    content: "\e043"
}

.icon-moon-moved:before {
    content: "\e63a"
}

.forum-read {
    color: #999
}

#footerContent blockquote p span, .forum-unread {
    color: #BD171F
}

.fa-Site:before, .fa-Sitio:before, .fa-Sito:before, .fa-WWW:before, .fa-Website:before, .fa-phpbb_Website:before, .fa-phpbb_website:before {
    content: "\f0c1";
    font-family: FontAwesome
}

.fa-Facebook:before, .fa-phpbb_facebook:before {
    content: "\f09a"
}

.fa-Twitter:before, .fa-phpbb_twitter:before {
    content: "\f099"
}

.fa-Skype:before, .fa-phpbb_skype:before {
    content: "\f17e"
}

.fa-YouTube:before, .fa-phpbb_youtube:before {
    content: "\f167"
}

.fa-pm:before {
    content: "\f075"
}

.fa-email:before {
    content: "\f0e0"
}

.fa-phpbb_googleplus:before, [class^="fa-Google+"]:before {
    content: "\f0d5"
}

.fa-phpbb_aol:before {
    content: "Y"
}

.fa-phpbb_icq:before {
    content: "Icq"
}

.fa-phpbb_wlm:before {
    content: "\f17a"
}

.fa-phpbb_yahoo:before {
    content: "Y"
}

.t-icon {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400 !important
}

.t-subscribe a:before {
    content: "\f06e"
}

.t-unsubscribe a:before {
    content: "\f070"
}

.bookmark-link.t-bookmarked:before {
    content: "\f005"
}

.bookmark-link.t-bookmark:before {
    content: "\f006"
}

.friends-avatar img {
    float: left;
    width: 40px !important;
    height: auto;
    margin-right: 5px;
    border: 2px solid #dfe3e4;
    border-radius: 4px
}

.media-list li {
    margin-top: 5px
}

.friends-avatar {
    margin-top: 0 !important
}

.media-pm .avatar-over {
    margin-left: 0
}

.live-search {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    margin: -2px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .176);
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    max-width: 95%;
    z-index: 2147483647
}

.live-search .search-results > li {
    border-radius: 2px;
    color: #959c9d;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 3px 10px;
    white-space: nowrap
}

.live-search .search-results > li:hover {
    background-color: #e8ecf3;
    color: #889091
}

.jumpbox-dropdown a:not(.jumpbox-lv) {
    color: #888;
    font-weight: 700
}

.fileinput-new.thumbnail {
    margin-bottom: 10px
}

.visible-xxs {
    display: none !important
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: 0 0 #eee
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    background: 0 0 #ecebec;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-transform: none;
    color: #888;
    speak: none;
    float: right;
    margin-top: 4px;
    padding: 7px 13px;
    border-radius: 4px;
    background: #ecebec
}

.footable {
    width: 100%
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
    border-bottom: none
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\f068"
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail), .search-box form input:hover:not(:focus) {
    cursor: pointer
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
    border-top: none;
    background: #eee
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "\f067"
}

.footable > thead > tr > th {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.footable > tfoot .pagination, .mini-timeline > li .timeline-body .timeline-content ul, .mini-timeline > li .timeline-body img {
    margin: 0
}

.footable.no-paging .hide-if-no-paging {
    display: none
}

.footable-row-detail-inner {
    display: table
}

.footable-row-detail-row {
    line-height: 1.5em;
    display: table-row
}

.footable-row-detail-group {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2em;
    display: block
}

.footable-row-detail-name {
    font-weight: 700;
    display: table-cell;
    padding-right: .5em
}

.footable-row-detail-value {
    display: table-cell;
    width: 100%
}

.footable-odd {
    background-color: #f7f7f7
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dadada;
    display: none;
    float: left;
    font-size: 11px;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu li:first-child {
    border-top: medium none
}

.dropdown-menu li {
    background: -moz-linear-gradient(center top, #fefefe 0%, #f5f5f5 100%) 0 0;
    border-top: 1px solid #e4e4e4
}

.dropdown-menu a {
    clear: both;
    color: #6a6a6a;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 10px;
    white-space: nowrap
}

.subheader {
    background: url(./images/pattern2.png) center top #fff;
    border-top: 4px solid #BD171F;
    padding: 0;
    position: relative
}

.top-menu {
    height: 0;
    padding-left: 0;
    margin-right: -20px
}

.top-menu > li:first-child {
    border-left: 1px solid #f0f0f0
}

.dropdown-menu > li > a > i {
    color: #555;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 3px
}

.dropdown-menu .badge {
    bottom: 0;
    left: 35px;
    position: relative
}

.top-menu > li {
    border-right: 1px solid #f0f0f0;
    float: left;
    list-style: none outside none;
    position: relative
}

.top-menu > li > a {
    cursor: pointer;
    display: block;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    text-decoration: none
}

.top-menu > li > ul > li > a {
    padding: 5px
}

.sub-crumb, .user-menu {
    height: 20px;
    padding: 6px 14px
}

.user-menu > i, .user-menu > img {
    display: inline-block;
    float: left
}

.user-menu > img {
    max-width: 22px;
    max-height: 22px;
    margin-top: -1px
}

.user-menu > i {
    color: #8c8c8c;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 1px
}

.user-menu > span {
    color: gray;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px
}

.top-menu .dropdown .caret {
    border-top-color: gray;
    display: inline-block;
    margin: 1px 0 0 5px
}

.top-menu > li > ul:after {
    border-bottom: 5px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -4px
}

.sub-breadcrumb span.time {
    color: #979595;
    margin-left: 5px
}

.sub-crumb {
    margin-left: -5px;
    padding: 8px 1px;
    color: gray
}

.sub-crumb > li > .divider {
    color: #ccc;
    padding: 0 5px
}

.sub-crumb > .active {
    color: #999;
    font-size: 11px;
    margin-top: 1px
}

.sub-crumb, .sub-crumb li {
    display: inline-block;
    list-style: none outside none;
    position: relative;
    text-shadow: 0 1px 0 #fff
}

.crumbs:after {
    clear: both;
    content: "";
    display: block
}

.crumbs {
    padding: 0 20px
}

.sub-crumb a, .sub-crumb > .active i {
    color: #bbb;
    margin-left: 0
}

.sub-crumb a {
    color: #666
}

.crumbs, .tabs-nav {
    background: -moz-linear-gradient(center top, #fff 0%, #f0f0f0 100%) 0 0;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: 0 1px 0 #fff;
    height: 32px;
    margin: 0
}

.crumbs .active > a, .sub-crumb a {
    margin-right: 4px
}

.crumbs .active > a:last-child {
    font-weight: 700
}

.fxicon {
    display: block;
    width: auto;
    margin-left: 10px;
    overflow: hidden;
    position: relative
}

.admin-fxicon i, .fxicon i, .user-fxicon i {
    font-size: 50px;
    opacity: .1;
    filter: alpha(opacity=10);
    position: relativeindex-pos float-left
}

.admin-fxicon i, .user-fxicon i {
    font-size: 300px;
    top: -10px
}

.admin-fxicon i {
    font-size: 280px;
    top: -22px
}

.admin-header-head {
    height: 23px;
    margin-top: -5px;
    padding-top: 22px
}

.admin-fxicon, .user-fxicon {
    display: block;
    height: 224px;
    margin-top: -36px;
    overflow: hidden;
    position: relative
}

.user-fxicon {
    height: 265px
}

.user-fxicon-remind {
    height: 224px
}

.index-pos {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 10px
}

.titleLineCharts h2, li.index-title h1 {
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 30px;
    line-height: 25px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.flexnav li ul, .index-title {
    width: 100%
}

li.index-sub {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 9px
}

.sub-breadcrumb {
    background-color: #efefef;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px rgba(0, 0, 0, .1);
    font-size: 11px;
    height: 20px;
    list-style: none outside none;
    padding: 2px 10px
}

.sub-breadcrumb > .active {
    color: #999
}

.sub-breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff
}

.social-top a {
    color: #545861;
    margin: 0 12px 0 0;
    position: relative;
    top: 8px;
    right: 0;
    text-decoration: none
}

.social-top a > i {
    font-style: normal;
    font-weight: 400;
    font-size: 20px
}

.google-plus-color {
    color: #d34836
}

.pinterest-color {
    color: #cb2027
}

.facebook-color {
    color: #3b5998
}

.twitter-color {
    color: #00aced
}

.rss-color, .rss-color-forum {
    color: #e48645
}

.github-color {
    color: #333
}

.search-box form {
    margin: 0;
    padding: 0
}

.search-box {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 16px
}

.search-box form input {
    font-family: inherit;
    font-size: 15px;
    font-style: normal;
    text-indent: 25px;
    background: url(./images/search.png) no-repeat 14px center #fff;
    border-color: #cfdae1;
    border-radius: 500px 500px 500px 500px;
    border-style: solid;
    border-width: 1px;
    color: #999;
    overflow: hidden;
    padding: 12px 22px;
    position: relative;
    width: 25px;
    height: 20px;
    -webkit-transition: width .8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: width .8s cubic-bezier(1, 0, 0, 1) 0s
}

.search-box form input:focus {
    border-color: #dfe6eb;
    box-shadow: none;
    cursor: text;
    width: 180px;
    -webkit-transition: width .8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: width .8s cubic-bezier(1, 0, 0, 1) 0s
}

.search-box form input:focus, .search-box form input:hover {
    outline: none
}

header .topArea {
    display: table;
    width: 100%
}

header .leftArea {
    display: inline;
    float: left;
    text-align: center
}

.logo span {
    color: #BD171F;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

header .leftArea .logo {
    color: #8c8c8c;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase
}

header .leftArea .site-info {
    color: #999;
    display: block;
    font-size: 11px;
    margin: 0;
    vertical-align: middle
}

.site-info i {
    font-size: 14px
}

.logo-transition a:after, .logo-transition a:before {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s;
    line-height: 16px;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400
}

.logo-transition a:before {
    margin-right: 3px;
    content: '{';
    color: #8c8c8c;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.logo-transition a:after {
    margin-left: 3px;
    content: '}';
    color: #BD171F;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.logo-transition a:focus:after, .logo-transition a:focus:before, .logo-transition a:hover:after, .logo-transition a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mainnav > ul > li > a:focus, .mainnav > ul > li > a:hover, div.logo-transition a:focus, div.logo-transition a:hover {
    outline: none
}

.navBtn, .notification-content a.btn-notification {
    display: none
}

.has-sub i, .mainnav {
    vertical-align: middle
}

.mainnav {
    display: table-cell;
    margin-top: 2px;
    position: relative;
    z-index: 999
}

.mainnav li {
    text-align: left
}

.mainnav > ul {
    float: right
}

.mainnav > ul > li {
    position: relative;
    float: left;
    list-style: none;
    -webkit-filter: inherit;
    filter: inherit;
    display: block;
    width: auto;
    height: 60px
}

.mainnav > ul > li > a {
    color: #8c8c8c;
    display: block;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 5px 25px;
    text-decoration: none;
    text-transform: uppercase
}

.mainnav > ul > li > p {
    position: absolute;
    top: 31px;
    left: 5px;
    line-height: 21px;
    color: #999;
    font-style: normal;
    font-weight: 400;
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px
}

.has-sub i {
    font-size: 20px
}

.mainnav > ul > li > a > i {
    background: 0 0 #333;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    margin-left: 5px;
    padding: 0 3px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    position: absolute
}

.nav-icon [class*=has-sub] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform, color;
    transition-property: transform, color;
    z-index: -1
}

.notification-content li:hover a.btn-notification, [class*=has-sub] {
    display: inline-block
}

.nav-icon:hover [class*=has-sub] {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #BD171F
}

.nav-icon {
    margin-left: 5px
}

.nav-icon:last-child {
    margin-right: -5px
}

.mainnav > ul > li:hover, .mainnav > ul > li:hover > ul {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    visibility: visible
}

.greydout {
    -webkit-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    filter: alpha(opacity=25);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9;
    opacity: .01;
    filter: alpha(opacity=1);
    -webkit-transition: .2s;
    transition: .2s
}

.nano > .nano-pane > .nano-slider {
    background: #d6d9e0;
    position: relative;
    margin: 0
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    visibility: visible \9;
    opacity: .99;
    filter: alpha(opacity=99)
}

.user-login-drop {
    left: -148px;
    position: absolute;
    right: 0;
    width: 320px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .475)
}

#notification_list_button {
    margin-left: 5px;
    margin-right: 5px
}

.dropdown-notification a {
    margin: inherit
}

.notification-title {
    white-space: normal
}

.dropdown-notification li {
    background: 0 0;
    border-top: 1px solid #e4e4e4
}

.dropdown-notification li:hover {
    background: 0 0
}

.dropdown-notification > a i {
    color: #939393;
    font-size: 16px;
    margin-top: 8px
}

.dropdown-avatar em.notifications-pm, .dropdown-notification em.notifications {
    color: #fff;
    display: inline-block;
    font-style: normal;
    line-height: 10px;
    padding: 4px 6px;
    position: absolute;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.dropdown-notification em.notifications {
    background: #ed5a5a;
    right: -9px;
    top: 7px
}

.dropdown-avatar em.notifications-pm {
    left: 33px;
    top: 12px
}

.notification-heading {
    font-weight: 700 !important;
    padding-left: 5px !important;
    text-transform: uppercase
}

.notification-content .notification-block {
    display: inline-block;
    padding: 5px 2px 6px 0;
    width: 100%
}

.notification-content li {
    border-bottom: 2px solid #f0f0f1
}

.notification-content {
    min-height: 350px;
    height: 350px
}

.navbar-notification {
    padding: 0 10px
}

.notification-block img {
    width: 50px;
    height: 50px;
    border: 3px solid #ddd;
    margin-right: 6px;
    float: left;
    border-radius: 50%
}

.notification_text p {
    margin-bottom: 0
}

.notification-reason {
    margin-left: 6px
}

.notification-forum > em, .notification-reason > em {
    font-style: normal
}

.notification-content .icon-mark {
    background-color: #ddd;
    font-size: 18px;
    margin-top: 8px;
    position: absolute;
    right: -7px;
    width: 56px;
    z-index: 0
}

.notification-content .icon-mark-read {
    position: absolute;
    right: 4px
}

.notification-content .icon-mark-read i {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-size: 12px;
    opacity: .14;
    filter: alpha(opacity=14)
}

.tmp_read {
    display: none !important
}

.btn-notification {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 16px
}

.btn-notification-read {
    color: #999;
    font-weight: 700;
    padding: 8px 4px
}

.notification_text {
    padding: 5px 5px 5px 50px
}

.notification-time {
    font-size: 90%;
    font-weight: 700
}

.notification_list .mark {
    background-color: transparent;
    padding: .2em
}

.notification_list img {
    border-radius: 4px;
    height: auto;
    max-width: 80px
}

.notifications .avatar {
    width: inherit
}

.noti-bubble {
    display: inline-block;
    position: relative
}

.noti-bubble:after, .noti-bubble:before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0
}

.noti-bubble:after {
    border-color: #f8f9f9 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 5px;
    margin-left: -5px
}

.noti-bubble:before {
    border-color: #ccc rgba(170, 170, 170, 0) rgba(170, 170, 170, 0);
    border-width: 6px;
    margin-left: -6px
}

.no_notifications i {
    color: #e5e5e5;
    display: block;
    margin: 10px auto 0;
    font-size: 56px
}

.no_notifications .alert {
    margin-bottom: 0
}

.no_notifications {
    padding: 20px;
    text-align: center;
    margin-top: 25%
}

li .no_notifications {
    border-bottom: none
}

.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.flexnav a:focus {
    outline: medium none;
    text-decoration: none
}

.flexnav li {
    display: block
}

.flexnav li a, footer {
    display: block;
    position: relative
}

.flexnav li a {
    padding: .94em;
    z-index: 2;
    overflow: hidden;
    color: #555;
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background: 0 0 rgba(220, 223, 225, .75);
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.flexnav li, .flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden
}

.flexnav li ul.flexnav-show li {
    overflow: visible
}

.flexnav li ul li a {
    display: block;
    background: #d5d9da
}

.flexnav ul li ul li a {
    background: #c7cdce
}

.flexnav ul li ul li ul li a {
    background: #cbcbc9
}

.flexnav li a:hover {
    background-color: #eee
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, .075);
    border-bottom: 0 none;
    text-align: center
}

.flexnav .touch-button:hover {
    cursor: pointer
}

.flexnav .touch-button .navicon {
    position: relative;
    top: -4px;
    font-size: 22px;
    color: #666
}

.viewdetails, ul.flexnav {
    margin: 0 0 10px
}

@media (min-width: 997px) and (max-width: 1217px) {
    .topic-icon, td .row-icon {
        display: none
    }

    header .leftArea .logo {
        float: none
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    header .mainnav {
        display: block;
        float: none;
        text-align: center
    }

    .footable-first-column {
        width: 58%
    }

    .large20 {
        width: 26%
    }

    .topic-icon, td .row-icon {
        display: none
    }

    header .leftArea {
        display: table-caption;
        float: none;
        margin-bottom: -6%;
        text-align: center
    }

    header .leftArea .logo {
        display: block;
        float: none;
        margin: 0 0 5px
    }

    .header .logo {
        left: 50%;
        margin-left: 5px
    }

    .mainnav {
        display: block;
        text-align: center;
        padding-top: 80px
    }

    .mainnav > ul {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
        *display: inline;
        *zoom: 1;
        margin-top: -35px
    }

    .user-profile-tab {
        margin: 0 !important
    }

    .user-profile-output {
        margin-left: 55px !important
    }

    .user-profile-tag {
        width: 61px !important
    }
}

@media (max-width: 979px) {
    .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .nav > li > a:hover {
        background-color: transparent !important
    }

    .nav-collapse .dropdown-menu {
        margin: 0 !important
    }

    #footerContent .row-fluid .span3 {
        width: 46.9282% !important
    }

    .dropdown-menu li {
        background: 0 0 rgba(0, 0, 0, 0) !important
    }

    .caret {
        border-top: 4px solid #8c8c8c !important
    }

    .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child {
        border-top-right-radius: 0
    }
}

@media (max-width: 767px) {
    .header {
        height: auto
    }

    .titleLineCharts h2, li.index-title h1 {
        font-size: 20px
    }

    li.index-sub {
        display: none
    }

    .index-title {
        height: 50px;
        overflow: hidden
    }

    .header > .line {
        top: 107px;
        bottom: auto
    }

    .large20 {
        width: 35%
    }

    header .leftArea {
        float: none
    }

    .navBtn, .navBtn > a {
        color: #fff;
        display: block;
        font-size: 28px
    }

    .navBtn {
        font-family: 'Titillium Web', Arial, sans-serif;
        position: relative;
        background-color: #BD171F;
        -webkit-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out;
        line-height: 45px;
        width: 100%;
        height: 40px
    }

    .navBtn > a {
        border-left: 1px solid #127fb8;
        cursor: pointer;
        float: right;
        height: 38px;
        line-height: 20px;
        margin: 1px 5px 0 0;
        padding: 10px;
        text-decoration: none;
        width: 45px
    }

    .navBtn > a:hover {
        color: #fafafa;
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .navBtn > a:focus {
        outline: medium none
    }

    .navBtn > span {
        margin-left: 10px
    }

    .mainnav-mob > ul > li > p, .topic-icon, td .row-icon {
        display: none
    }

    .mainnav {
        display: block;
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        padding-top: 10px
    }

    .mainnav > ul {
        position: absolute;
        width: 100%;
        height: auto;
        top: 176px;
        left: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .25)
    }

    .mainnav-mob > ul > li {
        position: relative;
        border: 1px solid #f6f6f6;
        float: none;
        width: auto;
        height: auto;
        background-color: #fff
    }

    .mainnav-mob > ul > li > a {
        display: block;
        font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #999;
        transition: color .3s ease-out;
        -moz-transition: color .3s ease-out;
        -webkit-transition: color .3s ease-out;
        -o-transition: color .3s ease-out
    }

    .mainnav-mob > ul > li.current, .mainnav-mob > ul > li:hover {
        border-color: #f6f6f6
    }

    .mainnav-mob > ul > li.current > a, .mainnav-mob > ul > li:hover > a {
        color: #03b8df
    }

    .dark .logo-transition a:after, .logo-transition a:before, .mainnav > ul {
        display: none
    }

    .nav-tabs > li {
        float: none
    }

    .mobile-online {
        border-bottom-right-radius: 6px;
        border-right: 4px solid #31d83a !important;
        border-top-right-radius: 6px
    }

    body {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 750px) and (max-width: 1217px) {
    body {
        margin: auto 10px
    }

    .container {
        width: 100%
    }
}

@media (max-width: 468px) {
    body {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 15px
    }

    .row-topics {
        margin-bottom: 20px
    }

    .row-twitter {
        margin-bottom: 40px
    }

    .row-fav {
        margin-bottom: 20px
    }

    .logo > img, .thumbnail {
        display: block
    }

    .logo > img {
        width: 100%
    }

    #wrap {
        margin: 10px auto;
        padding: 6px
    }

    .notification_list img {
        display: none
    }

    .padding_0_40 {
        padding: 8px
    }

    .postbody h3 {
        font-size: 1.3em
    }

    .timepost {
        font-size: .9em
    }

    .postbody .content {
        font-size: 1em
    }

    header .leftArea .logo {
        font-size: 66px
    }

    .nav-tabs > li {
        float: none
    }

    .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child {
        border-top-right-radius: 3px
    }

    .mobile-post {
        background: 0 0 #ecebec;
        float: right;
        padding: 10px 15px;
        font-size: 16px
    }

    .framed-ucp {
        padding: 10px
    }

    footer .interact a {
        font-size: 15px
    }
}

footer {
    margin-top: 20px
}

#footerContent blockquote p {
    color: #8c8c8c;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 20px
}

footer a {
    color: #555
}

.recent-row {
    min-height: 318px
}

.recent-topic {
    line-height: 20px;
    margin: 0 0 10px
}

.recent-topic .blogImage {
    float: left;
    margin-right: 10px
}

.links a, .recent-topic a {
    color: #555;
    margin-top: 3px
}

.blogImage {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
    width: 50px;
    height: 51px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.user1 {
    background: url(./images/user1.png) no-repeat;
    background-size: 100% 100%
}

.user2 {
    background: url(./images/user2.png) no-repeat
}

.user2, .user3, .user4 {
    background-size: 100% 100%
}

.user3 {
    background: url(./images/user3.png) no-repeat
}

.user4 {
    background: url(./images/user4.png) no-repeat
}

.recent-topic a:first-child:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.recent-topic p {
    color: #999;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

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

#twitter-feed .tweet:before {
    color: #BD171F;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    text-indent: 15px
}

.tweet > img {
    width: 22px
}

#twitter-feed p:not(.interact) {
    margin: 0 0 3px !important;
    text-indent: 18px;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

#twitter-feed ul {
    padding-left: 0
}

#twitter-feed ul li {
    display: block;
    margin-bottom: 32px
}

.twitter-img {
    margin-bottom: 10px
}

#twitter-feed .tweet {
    text-indent: 20px
}

.tweet {
    color: #555;
    font-size: 13px
}

footer #footerContent {
    background-color: #f9f9f9;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    padding: 10px 15px;
    position: relative
}

footer .navList {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

footer .navList li:first-child a {
    padding-top: 0
}

footer .navList li a {
    border-bottom: 1px dashed #d3d3d3;
    display: block;
    padding: 7px 0;
    text-decoration: none
}

footer .bottomLinks {
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    margin-bottom: -1%;
    margin-top: 10px
}

footer .bottomLinks i.rosso {
    color: #f27490
}

footer .bottomLinks i.earth {
    color: #693
}

footer .bottomLinks small {
    color: #a5a5a5
}

footer .bottomLinks small a {
    color: #BD171F
}

footer #footerBottom {
    position: absolute;
    width: 100%
}

footer #footerBottom .disclaimer {
    color: #686868;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin: 15px 0 0 5px
}

footer .bottomLinks a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    padding: 0 2px;
    text-decoration: none
}

footer .bottomLinks a:hover {
    border-bottom: 1px solid #BD171F
}

footer .interact a {
    padding: 1px;
    color: #999
}

footer .interact a:hover {
    color: #BD171F
}

.icheckbox_minimal-grey, .iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(./images/grey.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_minimal-grey {
    float: left;
    margin: 0 4px 0 0
}

.iradio_minimal-grey {
    margin: 0 4px 0 0
}

.icheckbox_minimal-grey {
    background-position: 0 0
}

.icheckbox_minimal-grey.hover {
    background-position: -20px 0
}

.icheckbox_minimal-grey.checked {
    background-position: -40px 0
}

.icheckbox_minimal-grey.disabled {
    background-position: -60px 0;
    cursor: default
}

.icheckbox_minimal-grey.checked.disabled {
    background-position: -80px 0
}

.iradio_minimal-grey {
    background-position: -100px 0
}

.iradio_minimal-grey.hover {
    background-position: -120px 0
}

.iradio_minimal-grey.checked {
    background-position: -140px 0
}

.iradio_minimal-grey.disabled {
    background-position: -160px 0;
    cursor: default
}

.iradio_minimal-grey.checked.disabled {
    background-position: -180px 0
}

@media (-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi),(min-resolution: 1.25dppx) {
    .icheckbox_minimal-grey, .iradio_minimal-grey {
        background-image: url(./images/grey@2x.png);
        background-size: 200px 20px
    }
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
    font-weight: 700
}

.button, .checker, .radio, .selector, .uploader {
    display: inline-block;
    vertical-align: middle
}

.checkbox label, .radio label {
    padding-left: 3px
}

.controls > .checkbox, .controls > .radio, .controls > .selector {
    display: inline-block;
    margin: 5px 6px 10px 0;
    padding: 0
}

.checkbox-inline, .radio-inline {
    padding-left: 0
}

.check-control {
    display: block;
    font-weight: 400
}

.poll-na {
    border-radius: .25em;
    color: #888;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.panel-poll {
    border-left: 2px solid #dbdbdb;
    border-right: 2px solid #dbdbdb;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 3px 0 0 #dbdbdb
}

.mini-timeline {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    position: relative
}

.mini-timeline li:last-child .timeline-body {
    border-bottom: 0 none !important;
    margin-bottom: 0 !important
}

.mini-timeline:before {
    background: #eee;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px
}

.mini-timeline > li {
    position: relative
}

.mini-timeline > li .timeline-icon {
    background: #fff;
    border-radius: 50%;
    height: 12px;
    left: 3px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 12px
}

.mini-timeline > li .timeline-body {
    background-color: #fff;
    margin: 0 0 10px 30px;
    padding: 0;
    position: relative
}

.mini-timeline > li .timeline-body .timeline-content {
    color: #9e9e9e
}

.mini-timeline > li .timeline-body .timeline-content ul li {
    padding-left: 0;
    padding-right: 8px
}

.mini-timeline > li .timeline-body .timeline-content a.name {
    color: #616161;
    font-weight: 700
}

.mini-timeline > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35
}

.mini-timeline > li:last-child:before {
    background: #eee -webkit-linear-gradient(top, #eee 0, #fff 100%) repeat-x 0 0;
    background: #eee linear-gradient(to bottom, #eee 0, #fff 100%) repeat-x 0 0;
    bottom: 0;
    content: "";
    height: 24px;
    left: 8px;
    position: absolute;
    width: 2px
}

.mini-timeline-primary .timeline-icon {
    border: 2px solid #03a9f4
}

.mini-timeline-warning .timeline-icon {
    border: 2px solid #ffc107
}

.mini-timeline-danger .timeline-icon {
    border: 2px solid #e51c23
}

.mini-timeline-success .timeline-icon {
    border: 2px solid #8bc34a
}

.mini-timeline-info .timeline-icon {
    border: 2px solid #00bcd4
}

.mini-timeline-inverse .timeline-icon {
    border: 2px solid #757575
}

.mini-timeline-default .timeline-icon {
    border: 2px solid #fafafa
}

.mini-timeline-brown .timeline-icon {
    border: 2px solid #795548
}

.mini-timeline-indigo .timeline-icon {
    border: 2px solid #3f51b5
}

.mini-timeline-orange .timeline-icon {
    border: 2px solid #ff9800
}

.mini-timeline-teal .timeline-icon {
    border: 2px solid #009688
}

.mini-timeline-midnightblue .timeline-icon {
    border: 2px solid #37474f
}

.mini-timeline-pink .timeline-icon {
    border: 2px solid #e91e63
}

.mini-timeline-green .timeline-icon {
    border: 2px solid #4caf50
}

.mini-timeline-purple .timeline-icon {
    border: 2px solid #9c27b0
}

.mini-timeline-lime .timeline-icon {
    border: 2px solid #cddc39
}

.mini-timeline-deeporange .timeline-icon {
    border: 2px solid #ff5722
}

.file-progress {
    height: 10px !important;
    margin-bottom: 0 !important
}

textarea.form-plupload:focus {
    box-shadow: none !important
}

.pos-abs {
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: sub
}

.pos-abs a.btn-default {
    padding-top: 0
}

.pos-abs a {
    color: inherit;
    font-family: roboto condensed
}

.form-actions {
    background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%) 0 0;
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%) 0 0;
    border: 1px dashed #c9c9c9;
    box-shadow: 0 1px 1px #fff inset, 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0;
    -webkit-transition: border .2s linear 0s, box-shadow .2s linear 0s;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    text-align: center;
    padding: 15px
}

.control-group {
    border-bottom: 1px dashed #c9c9c9;
    margin-top: 10px;
    padding-bottom: 10px
}

.control-label {
    font-weight: 700;
    display: block
}

.input-icon.left i {
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 7px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
    z-index: 999
}

.input-icon.left input {
    padding-left: 33px
}

.input-icon input {
    padding-right: 25px
}

.avatar-frame img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 6px solid #f6f6f6;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.avatar-frame {
    margin-bottom: 10px
}

.user-profile-avatar {
    margin: -10px auto 10px;
    text-align: center
}

.user-profile-tab {
    border-left: 1px dashed #ddd;
    padding: 10px
}

.user-profile-row {
    height: auto;
    line-height: 16px;
    position: relative;
    border-top: 1px dotted #d5e4f1
}

.user-profile-row:nth-child(2) {
    border-top: medium none
}

.user-profile-tag {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #667e99;
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    left: 0;
    padding: 3px 5px 5px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 62px
}

.user-profile-output {
    color: #495d60;
    margin-left: 68px;
    overflow: hidden;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-profile-output-contact {
    margin-left: 65px;
    padding: 2px;
    margin-bottom: -20px
}

.user-profile-output-contact ul li a {
    margin-left: -6px;
    margin-bottom: 4px
}

.timepost {
    font-family: 'Roboto Condensed', 'Arial', 'Helvetica', sans-serif;
    margin-top: -6px;
    color: #8c8c8c
}

.user-profile-output-contact ul.inline > li {
    margin-left: -3px;
    padding-right: 2px
}

#gallery input[type=radio]:checked + label {
    background-color: #eee
}

.ribbon-wrapper.small {
    height: 68px;
    width: 65px
}

.ribbon-wrapper, .ribbon-wrapper-left {
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    width: 85px
}

.ribbon-wrapper {
    right: -3px
}

.ribbon-wrapper.small .ribbon {
    padding: 0;
    width: 90px
}

.ribbon-wrapper .ribbon.on-line {
    background-color: #31d83a
}

.ribbon-wrapper .ribbon {
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #797979;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.ribbon-wrapper-left {
    left: -3px
}

.ribbon-wrapper .ribbon, .ribbon-wrapper-left .ribbon, .separator {
    display: block;
    position: relative;
    text-align: center
}

.ribbon-wrapper-left .ribbon {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: -20px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #797979;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 7px 0
}

.usp-right {
    border-left: medium none;
    border-right: 1px dashed #ddd
}

.separator:before {
    background: 0 0 #cdcdcd;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 50%
}

.separator i {
    background: #f5f5f5;
    display: inline-block;
    height: 16px;
    left: 50%;
    margin-left: -25px;
    margin-top: -2px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    color: #cdcdcd
}

.separator {
    height: 20px;
    margin: 12px 0 8px;
    padding: 5px
}

.signature-pm {
    line-height: 140%;
    overflow: hidden;
    padding-top: .2em;
    width: 100%
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr
}

.fileinput {
    display: inline-block;
    margin-bottom: 9px
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text
}

.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.fileinput .thumbnail > img {
    max-height: 100%
}

.fileinput .btn, .fileinput-filename {
    vertical-align: middle
}

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists, .pagination li.page-sep, .pagination span.page-sep {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden
}

.form-control .fileinput-filename {
    vertical-align: bottom
}

.fileinput.input-group {
    display: table
}

.fileinput.input-group > * {
    position: relative;
    z-index: 2
}

.fileinput.input-group > .btn-file {
    z-index: 1
}

.fileinput-new .input-group .btn-file, .fileinput-new.input-group .btn-file {
    border-radius: 0 4px 4px 0
}

.fileinput-new .input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-file.btn-xs {
    border-radius: 0 3px 3px 0
}

.fileinput-new .input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0
}

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6
}

.input-group-addon:not(:first-child) {
    border-left: 0
}

#register .help-block {
    min-height: 36px
}

.btn {
    font-family: 'roboto condensed', 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    color: #7f7f7f
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #8c8c8c
}

.btn:focus {
    outline: 0
}

.btn-danger, .btn-info, .btn-primary, .btn-success, .btn-warning {
    color: #fff !important
}

.btn-group-post > .btn, .btn-post {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 6px
}

.btn-group-fix {
    margin-left: -2px !important
}

.btn-post-fix {
    margin-left: 5px
}

.dropdown-menu-post > li > a {
    padding: 3px 5px
}

.alert .close {
    line-height: 20px;
    position: relative;
    right: -1px;
    top: -2px
}

.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    opacity: .2;
    filter: alpha(opacity=20);
    text-shadow: 0 1px 0 #fff
}

.close-file-upload {
    display: inline-block;
    margin-left: 3px;
    margin-top: 1px;
    position: relative;
    vertical-align: middle
}

.awe-remove-circle:before {
    content: "\f05c"
}

[class*=" awe-"]:before, [class^=awe-]:before {
    display: inline-block;
    text-decoration: inherit
}

[class*=" awe-"], [class^=awe-] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto
}

.alert-info {
    background-color: #BD171F
}

.alert-warning, .alert-warning h4 {
    background-color: #c09853
}

.alert-danger, .alert-error {
    background-color: #d40000
}

.alert-danger, .alert-error, .alert-error a, .alert-error strong, .alert-info, .alert-info a, .alert-info strong, .alert-warning, .alert-warning a, .alert-warning strong {
    color: #fff
}

.alert {
    border: 2px solid #d3d3d3;
    box-shadow: 0 1px 0 rgba(178, 0, 17, .05);
    padding: 10px
}

.alert-warning h4 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35)
}

.badge-info, .label-info {
    background-color: #BD171F
}

.emoji {
    height: auto;
    width: 20px
}

.well-qr {
    border: 1px solid #dbdbdb;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 15px
}

.well {
    position: relative;
    box-shadow: 0 3px 0 0 #dbdbdb;
    border-left: 2px solid #dbdbdb;
    border-right: 2px solid #dbdbdb;
    border-top: 2px solid #dbdbdb
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#dfdfdf));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dfdfdf);
    background-image: linear-gradient(to bottom, #f5f5f5, #dfdfdf)
}

.widget {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    position: relative
}

.widget:after, .widget:before {
    content: "";
    display: table
}

.widget:after {
    clear: both
}

.widget-header {
    border-bottom: 1px solid #bbb;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    min-height: 30px;
    padding: 5px 0 4px;
    position: relative
}

.widget-header a {
    color: #7f7f7f;
    float: right;
    font-size: 18px;
    line-height: 24px;
    text-align: right
}

.widget-header h4 {
    font-size: 22px;
    color: #7f7f7f;
    font-style: normal;
    float: left;
    line-height: 24px;
    min-width: 160px;
    width: auto;
    margin: 0;
    border-bottom: medium none
}

.pagination-trigger {
    cursor: pointer
}

.pagination > li > a, .pagination > li > span {
    margin-left: -2px
}

li.pagination {
    margin-top: 0
}

.pagination-forum {
    margin: 0
}

.pagination span a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d2d2d2
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #999
}

.pagination-xs {
    margin-right: 10px
}

.pagination-xs > li > a, .pagination-xs > li > span {
    font-size: 11px;
    padding: 1px 5px
}

.pagination {
    margin-top: 0
}

.space-poll {
    clear: both;
    height: 4px !important
}

.vote-submitted {
    margin-left: 10px
}

.current {
    color: #000
}

.pm_message_reported_colour, .pmlist li.pm_message_reported_colour {
    color: #bc2a4d
}

.pm_marked_colour, .pmlist li.pm_marked_colour {
    color: #f60
}

.pm_replied_colour, .pmlist li.pm_replied_colour {
    color: #a9b8c2
}

.pm_friend_colour, .pmlist li.pm_friend_colour {
    color: #5d8fbd
}

.pm_foe_colour, .pmlist li.pm_foe_colour {
    color: #000
}

#gallery label {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-color: #ccc
}

#gallery label:hover {
    background-color: #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.gallery-avatar {
    margin-top: 20px
}

.img-gallery {
    max-height: 180px
}

@media (min-width: 360px) and (max-width: 800px) {
    .img-gallery {
        max-height: 68px
    }
}

.gallery-avatar label > div {
    margin-bottom: 8px
}

.fileinput-new > img {
    width: 100%
}

.topstyle i {
    background-color: #8c8c8c;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 45px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 45px
}

.topstyle {
    bottom: 10px;
    cursor: pointer;
    position: fixed;
    outline: 0 none !important;
    right: 10px;
    z-index: 9999999;
    text-decoration: none !important
}

.widget-ban.list ul li .count {
    color: #e04545
}

.widget-ban.list ul li {
    line-height: 30px
}

.oauth-content i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 4px;
    vertical-align: text-bottom
}

.oauth-list-btns > li {
    margin-bottom: 10px
}

.panel-login .col-sm-6 p:nth-of-type(3) {
    padding-top: 5px
}

.oauth-content .Facebook:before {
    content: "\f082"
}

.oauth-content .Google:before {
    content: "\f0d5"
}

.oauth-content .Twitter:before {
    content: "\f099"
}

.oauth-content .Github:before {
    content: "\f09b"
}

.oauth-content .Slack:before {
    content: "\f198"
}

.oauth-content .Dropbox:before {
    content: "\f16b"
}

.oauth-content .Instagram:before {
    content: "\f16d"
}

.oauth-content .Steam:before {
    content: "\f1b6"
}

.oauth-content .Google {
    color: #d34836
}

.oauth-content .Facebook {
    color: #3b5998
}

.oauth-content .Twitter {
    color: #0084b4
}

.oauth-content .Dropbox {
    color: #007ee5
}

.oauth-content .Github {
    color: #333
}

.oauth-content .Instagram {
    color: #833ab4
}

.oauth-content .Slack {
    color: #6ecadc
}

.oauth-content .Bitly {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAh1BMVEUAAADvYSPuYSPuYSLtYCLsXR/uYSLsXiDtXiDrXiDpWx3tXyDuYSPvYiTuYSLuYSPvYSPuYCLuYCLuYCHuYCHsXyDtXiDtXyHtXyHuYCLuYCHtYCHuYSPuYCLuYSPtXyHtYCLsXyDuYCLuXyLtXyHsXiDsXiDwYyXuYCLvYiTpWx3vYSPwYyX4lmsVAAAAK3RSTlMAyNvOnSa1TCkgEAb37uTfvaySjoqAfHhzYUE46dS5l25oVzAtGgvSpaFG9pOR6gAAAMlJREFUGNN1kFkWgjAMRVNkEgGVQRRUBgGH1/2vz7QUjnx4P9Ke2yZNSjNllno7WrHNboCV9L/uCMM9mNXwBJLOd7z8isg38ibFdkmJprsnKWjBhqvXUAaUHQpj93A4evJMZwCmQoNUJ/jUV3uUk3Rw4Cgwcowx0AQsDhuoQSy0L+GWs7Th6CONb9IrXCZZVBvY1MoTMVGopNo/ILjOqORH2qq9QMnckzlpau70qp5LcYdLhnfIQ4uuAKS7+tAYTHyhFbumTlj95wvxZxMu6D04ugAAAABJRU5ErkJggg==) no-repeat center center;
    padding: 13px 0 5px 25px;
    vertical-align: bottom
}

.oauth-content .Coinbase {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAABgFBMVEUIHTARO1cOMFMZU3oNK1AQNlUXTncWSXMSO2AWRmYKIzoFFCAFEyAAAgIdYYwXUIAOL1sSOFIJHTQJIDL///8ngcEmgL8cXaQqi9cng8IkdrgkdLcNarQgarAhZ6odX6YumeAlfb4le7wicbUib7UhbbIeYq4dZageYqgvnOMsk90skdslecojcMUqg8MjdcEofb0fZr0keLsmebogcbcgarMAZLEBVqgcXqYbW6QUW6QMV6H1+Pzh7PUtlt8rjtoohtUohtIngM0kdMgeeL0gab0+frwjdLwhbLsicLogabkeZLkfc7gZb7YgbbUeZLUgZ7Qhb7McXawEXawUYascY6YbWaMRTJsAQ5Y1r/7v8/jm7/fa6vPj6fHO4PDN2eowoeq+1ekrjOcskOKuxt+jwNqZutaZttZ3q9RmodBom8lHjcUga8VjlcFfjsBZib41gL4icb4ib7wUcbgTcLdEfLEwcq0fZ60eZa0lbaoJVqUSXaIEVp0HTJsATJcANYr8uA1oAAAAFHRSTlNWZWuEa2WEhHBrWz0NAoqKd11RScE9pNIAAAElSURBVBjTTchVW8JQAADQayBt3m2wZGNBSXeDSpe03d3d+tfdePDzPB5g0E5PKKZkarV6RmMAc2u7drsl7XA4MyZTNpfdVwGtHTWjKMsFAjhhXRVolwaMWdxmM4KwjyRZky/kGpdLHvdy2HtxGwzyAjUqRJnTJITnkQZFLcmVRlA2fAbXj4+eEnzoRSkHij6Q2/Dq5/uDpqnXRbmcrJesbcC3T0mSejZxVJyXrKfg8zDRo20Mo1SG4+qdPXgyiMUlG4OtTAKVye8PdApJuJm6Hv4VjhORwuHWzs1XNIr5lMKJIMFH3uODBB3FYkrlrFZeEKhuN44xWKxfnQSaA7xYLJcboVZLFNvt/uUsWMjnPR7P3X2pVKk0m2LVNw+Meh34R6c3/gKV8TlLQ0ZriAAAAABJRU5ErkJggg==) no-repeat center center;
    padding: 13px 0 5px 25px;
    vertical-align: bottom
}

.phpbb_alert {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: none;
    left: 0;
    margin: 10px auto;
    max-width: 620px;
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9999999
}

.phpbb_alert .close {
    color: #000;
    opacity: .31;
    filter: alpha(opacity=31);
    font-size: 24px
}

.alert_title {
    border-bottom: 1px solid #e5e5e5;
    color: #7f7f7f;
    min-height: 16.4286px;
    padding: 1px 0 0
}

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

.phpbb_alert .icheckbox_flat-aero {
    float: left
}

#darkenwrapper {
    display: none;
    position: relative;
    z-index: 10000
}

#darken {
    display: block;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 45
}

#loading_indicator {
    background: center center no-repeat;
    border-radius: 5px;
    display: none;
    opacity: .8;
    filter: alpha(opacity=80);
    margin-top: -50px;
    margin-left: -50px;
    height: 50px;
    width: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 51
}

/*!
* ends here
*/

.card {
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 #DBDBDB;
    -moz-box-shadow: 0 3px 0 0 #DBDBDB;
    box-shadow: 0 3px 0 0 #DBDBDB;
    border-left: 2px solid #DBDBDB;
    border-right: 2px solid #DBDBDB;
    border-top: 2px solid #DBDBDB;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    font-size: 14px;
    padding: 1rem 1.2rem;
}

.page-link {
    padding: 10px !important;
    height: 100%;
}

body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto !important;
}

.dropdown-menu.show ul {
    display: block !important;
}

.bootstrap-select {
    /*width: auto !important;*/
}

#imgurAnchor .btn-group {
    width: auto !important;
}

.cookiepolicy {
    background: #efefef;
    bottom: 0;
    font: 14px Arial, Helvetica, sans-serif;
    left: 0;
    padding: 15px 50px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 999999999;
}

.cookiepolicy .button {
    background: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
}

.mini-profile-contact {
    display: flex;
    justify-content: space-evenly;
}

table {
    table-layout: fixed;
}

.topic-menu-custom {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    align-items: center;
}

/*.topic-menu-custom form, .topic-menu-custom fieldset, .topic-menu-custom form, .topic-menu-custom input, .topic-menu-custom button{*/
/*height: 100%;*/
/*}*/

.topic-menu-custom *, .input-group-btn button {
    height: 100%;
}

.topic-menu-custom form {
    height: 100%;
}

.pagination-sm {
    margin: 0;
}

.table-striped .last-wrapper {
    white-space: normal;
}

@media screen and (max-width: 767px) and (min-width: 576px) {

    .pagination.pagination-sm {
        padding: 20px 0;
    }

}

@media screen and (max-width: 576px) {

    .add-post-media {
        margin-top: 20px;
    }

}

@media screen and (min-width: 767px) {

    .add-post-media {
        margin-top: 20px;
    }

}

body {
    background-color: #ffffff;
}

#topic-search .input-group-btn {
    height: 30px;
}

.forum-mods a {
    color: green;
}

.sub-breadcrumb {
    display: flex;
    width: 100%;
}

.icon-mark-custom {
    position: absolute;
    right: -7px;
    width: 56px;
    z-index: 0
}

/*.side-segment{*/
/*padding-left: 10px;*/
/*}*/

@media (min-width: 1200px) {
    #wrap.container {
        max-width: 1000px;
    }
}

#main-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

#wrap {
    margin: 0;
}

.forum-side-ad {
    display: flex;
    width: 160px;
    height: auto;
    justify-content: flex-end;
}

.btn-noti-td a {
    color: white !important;
}

ul.media-list {
    padding-left: 0;
}

.media-body .btn {
    padding: 0 5px;
}

.tagsinput input {
    color: #bd171f;
    font-weight: 700;
    padding: 1px 6px;
    cursor: pointer;
}

.badge-info, .label-info {
    color: white;
}

/*.custom-chevron .page-link:after{*/
    /*right: 12px;*/
/*}*/

/*.custom-chevron .page-link{*/
    /*width: 100%;*/
    /*margin-right: 25px;*/
/*}*/

#notification_list .navbar-notification{
    overflow-y: scroll;
    overflow-x: hidden;
}

#notification_list .navbar-notification ul{
    position: relative;
}

.fix-media-pm{
    margin-top: 0 !important;
}

.fix-media-pm .user-info{
    font-size: 12px;
    padding-left: 15px;
}
.fix-media-pm .mini-profile-contact {
    display: flex;
    justify-content: flex-start;
}

.fix-media-pm .mini-profile-contact li{
    margin-left: 15px;
}

#ucp .framed-ucp .input-group-addon{
    margin-right: 5px;
}

.btn-secondary{
    background-color: #bd171f;
    border-color: #bd171f;
}

.btn-secondary:hover {
    background-color: #951319;
    border-color: #951319;
}

.mark-table-width{
    width: 100px;
}

@media (max-width: 979px){
    .mark-table-width{
        width: 40px !important;
    }
}

td {
    word-wrap: break-word;
}

h1{
    text-transform: uppercase;
    padding-bottom: 2px;
    font-size: 1.9rem;
}

.side-segment h1:after {
    background-color: #BD171F;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: -2px;
    width: 50px;
}

.bold{
    font-weight: bold;
}

.user-post-body{
    padding-left: 0;
    padding-right: 0;
}

.user-profile-output{
    margin-left: 80px;
}

.user-profile-tag{
    width: 80px;
}

.page-carousel-item .page-link:after{
    /*margin-right: 13px;*/
    margin-right: 37px;
    margin-top: 11px;
}

.topic-page-link{
    padding: 5px !important;
    font-size: 10px !important;
}