html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.element-invisible:not([for=edit-search-block-form--2]) {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    top: -1000000px;
    font-size: 0;
    line-height: 0;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
}

@font-face {
    font-family: 'pier_sansbold';
    src: url('../inc/fonts/pier-bold-webfont.eot');
    src: url('../inc/fonts/pier-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../inc/fonts/pier-bold-webfont.woff2') format('woff2'),
        url('../inc/fonts/pier-bold-webfont.woff') format('woff'),
        url('../inc/fonts/pier-bold-webfont.ttf') format('truetype'),
        url('../inc/fonts/pier-bold-webfont.svg#pier_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pier_sansregular';
    src: url('../inc/fonts/pier-regular-webfont.eot');
    src: url('../inc/fonts/pier-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../inc/fonts/pier-regular-webfont.woff2') format('woff2'),
        url('../inc/fonts/pier-regular-webfont.woff') format('woff'),
        url('../inc/fonts/pier-regular-webfont.ttf') format('truetype'),
        url('../inc/fonts/pier-regular-webfont.svg#pier_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'saif';
    src: url('../inc/icons/saif.eot?xxhh77');
    src: url('../inc/icons/saif.eot?xxhh77#iefix') format('embedded-opentype'),
        url('../inc/icons/saif.woff2?xxhh77') format('woff2'),
        url('../inc/icons/saif.ttf?xxhh77') format('truetype'),
        url('../inc/icons/saif.woff?xxhh77') format('woff'),
        url('../inc/icons/saif.svg?xxhh77#saif') format('svg');
    font-weight: normal;
    font-style: normal;
}

html:not(.cke_inner html) {
    background: #1b1b1b;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

html.no-scroll,
html.no-scroll body {
    overflow-y: hidden;
    height: 100%;
}

body.tbr_menu_hidden,
body {
    font-size: 12px;
    font-family: 'pier_sansregular', sans-serif;
    line-height: 24px;
    font-weight: normal;
    color: #656565;
    background: #fafafa;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'pier_sansbold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 18px 0;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 24px;
    line-height: 32px;

}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

em {
    font-style: italic;
}

bold,
strong {
    font-family: 'pier_sansbold', sans-serif;
    font-weight: normal;
}

p,
ul,
ol {
    margin: 0 0 18px 0;
}

a {
    color: #e4a72f;
    text-decoration: none;
    transition: all .2s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
    font-family: 'pier_sansregular', sans-serif !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    font-size: 12px !important;
    color: #555;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled {
    background-color: rgba(0, 0, 0, 0.05);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
    line-height: 38px;
    padding: 0 12px;
    height: 38px;
    background: rgba(255, 255, 255, 0.02);
}

input[type="submit"],
button,
.button,
.page-forum .action-links a {
    display: inline-block;
    background: none;
    border: 2px solid #e4a72f;
    line-height: 36px;
    padding: 0 18px !important;
    text-transform: uppercase;
    font-family: 'pier_sansbold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 2px;
    transition: all .2s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-appearance: none;
    font-size: 11px;
    text-align: center;
}

input[type="submit"]:hover,
button:hover,
.button:hover,
.page-forum .action-links a:hover {
    background: #e4a72f;
    color: #fafafa;
}

textarea {
    padding: 12px;
    resize: vertical;
}

select {
    line-height: 36px;
    width: 100%;
    border-radius: 2px;
    display: inline-block;
    -webkit-appearance: none;
    background-image: url(../images/select-bg.png);
    background-size: 40px 40px;
    background-position: right center;
    background-repeat: no-repeat;
}

mark {
    background: rgba(0, 0, 0, 0.1);
    font-size: inherit;
    color: #999;
    padding: 0 4px;
    font-size: 10px;
}

.feed-icon {
    float: right;
    margin: 12px 0 0 0 !important;
    display: block;
    overflow: hidden;
}

.feed-icon:before {
    content: "\f143";
    font-family: saif;
    font-weight: normal;
    font-size: 26px;
}

.feed-icon img {
    display: none;
}

#content table {
    width: 100%;
}

#content table th {
    background: rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

#content table th,
#content table td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
}

#content table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

#content table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.02);
}

#content ul,
#content ol {
    margin: 0 0 20px 20px;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

#content ul li,
#content ol li {
    position: relative;
    list-style-type: none;
}

#content ul>li:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 4px;
    height: 4px;
    line-height: 4px;
    font-size: 4px;
    text-align: center;
    border-radius: 1px;
    left: -18px;
    top: 10px;
    color: #999;
    background: #999;
}

#content ol {
    counter-reset: list-counter;
}

#content ol>li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    color: #999;
    font-size: 10px;
    position: absolute;
    left: -18px;
    top: 0;
    font-weight: 700;
}

#content ul ol {
    counter-reset: inner-list-counter;
}

#content ul ol li:before {
    top: 0;
    content: counter(inner-list-counter);
    counter-increment: inner-list-counter;
}

#content ol ul li:before {
    top: 10px;
}

#content img {
    max-width: 100%;
    height: auto;
}




/* Spider Columns */

[class^="column-"] {
    margin: 0 40px 0 0;
}

.columns-row:after,
[class^="column-"]:after {
    content: "";
    display: table;
    clear: both;
}

[class^="column-"]>*:last-child {
    margin: 0;
}

.column-third {
    width: calc(33.333333333333% - 26.66666666666667px);
    float: left;
    position: relative;
}

.column-third:nth-of-type(3n) {
    margin-right: 0;
}


/* Spider Full Width Sections */

.spider-fw-section {
    position: relative;
    width: 100%;
}

.spider-fw-section:after {
    content: "";
    display: table;
    clear: both;
}

.spider-fw-section .wrap>*:last-child {
    margin-bottom: 0;
}



@media screen and (max-width: 768px) {

    [class^="column-"] {
        margin: 0 0 40px 0;
        width: 100%;
    }

    [class^="column-"]:last-of-type {
        margin: 0;
    }


}
