
h1
{
    margin: 0 0 20px 0;
    padding: 0 0 0 0;

    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: normal;
    text-align: left;
    color: #383837;
}
h2
{
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    color: #383837;
}
@media (min-width: 992px){
    h2
    {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
}
@media (min-width: 1200px){
    h2
    {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
}
h3
{
    margin: 25px 0 10px 0;
    padding: 0 0 0 0;
    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    text-align: left;
    color: #383837;
}
    h1 a,
    h2 a,
    h3 a
    {
        text-decoration: none !important;
        font-weight: inherit;
        color: inherit;
    }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover
    {
        color: #6f6f6e !important;
    }
    h1 a:active,
    h2 a:active,
    h3 a:active
    {
        color: black !important;
    }

p, ul, li
{
    padding: 0 0 0 0;
    font-family: 'FontFaceLight', Arial, Helvetica, sans-serif;
    text-indent: 0px;
    text-align: left;
    font-weight: normal;
    color: #434342;
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.2;
}
@media (min-width: 992px){
    p, ul, li
    {
        font-size: 17px;
        margin: 0 0 9px 0;
    }
}
@media (min-width: 1200px){
    p, ul, li
    {
        font-size: 19px;
        margin: 0 0 10px 0;
    }
}

ul
{
    list-style: square;
    margin-left: 18px;
}
@media (min-width: 992px){
    ul
    {
        margin-left: 25px;
    }
}
@media (min-width: 1200px){
    ul
    {
        margin-left: 28px;
    }
}
#content ul
{
    list-style: none;
    margin-left: 18px;
}
    #content ul:not(.scrollPagination) li::before {
        content: "\2022";
        color: #ffed00;
        font-weight: bold;
        display: inline-block;
        width: 20px;
        margin-left: -20px;
    }
a
{
    color: #4e4e4d;
    cursor: pointer;
    text-decoration: underline;
}
a img
{
    border-color: #434342;
}
    a:hover,
    h1 a:hover,
    h2 a:hover,
    h3 a:hover
    {
        color: #383837;
        text-decoration: underline;
    }
    a:hover img
    {
        border-color: #434342;
    }
    a:hover,
    h1 a:active,
    h2 a:active,
    h3 a:active
    {
        color: #212121;
        text-decoration: underline;
    }
    a:active img
    {
        border-color: #ffed00;
    }

strong,
b
{
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.highlight
{
    background-color: #fffab3;
}

hr
{
    background-color: #e2e2e2;
    margin: 5px 0 5px 0;
}

.btn,
.btn:hover,
.btn:active,
.btnSmall,
.btnSmall:hover,
.btnSmall:active,
input.btn,
ul.yiiPager a,
.qq-upload-button.adminBtn
{
    display: inline-block;
    padding: 1px 5px 0px 5px;
    color: #6f6f6e;
    font-family: 'FontFaceBold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    border-radius : 0 !important;
    cursor: pointer;
}

.btnSmall,
.btnSmall:hover,
.btnSmall:active,
input.btnSmall
{
    font-family: 'FontFace', Arial, Helvetica, sans-serif;
    padding: 1px 3px 2px 3px;
    font-size: 12px;
    line-height: 17px;
    height: 19px;
}
@media (min-width: 992px)
{
    .btnSmall,
    .btnSmall:hover,
    .btnSmall:active,
    input.btnSmall
    {
        padding: 0 4px;
        font-size: 12px;
        line-height: 21px;
        height: 21px;
    }
}
@media (min-width: 1200px)
{
    .btnSmall,
    .btnSmall:hover,
    .btnSmall:active,
    input.btnSmall
    {
        padding: 0 5px;
        font-size: 13px;
        line-height: 23px;
        height: 23px;
    }
}
        .btn:hover,
    .btnSmall:hover,
    ul.yiiPager a:hover,
    .qq-upload-button.adminBtn:hover
    {
        background-color: #fff466 !important;
        border-color: #fff466 !important;
        color: #ccbe00 !important;
        text-decoration: none;
    }
        .btn:active,
    .btnSmall:active,
    ul.yiiPager a:active,
    .qq-upload-button.adminBtn:active
    {
        background-color: #fff899 !important;
        border-color: #fff899 !important;
        color: #ffed00 !important;
        text-decoration: none;
    }
        .btn.selected,
    .btn.selected:hover,
    .btn.selected:active
    .btnSmall.selected,
    .btnSmall.selected:hover,
    .btnSmall.selected:active,
    .btn.locked,
    .btn.locked:hover,
    .btn.locked:active,
    .btnSmall.locked,
    .btnSmall.locked:hover,
    .btnSmall.locked:active,
    ul.yiiPager li.selected a,
    ul.yiiPager li.selected a:hover,
    ul.yiiPager li.selected a:active
    {
        background-color: #ffed00 !important;
        border-color: #ffed00 !important;
        color: white !important;
        font-weight: normal;
    }
        .btn.hidden,
    .btnSmall.hidden,
    ul.yiiPager li.hidden a,
    ul.yiiPager li.hidden a:hover,
    ul.yiiPager li.hidden a:active
    {
        background-color: #e2e2e2 !important;
        border-color: #e2e2e2  !important;
        color: white !important;
        font-weight: normal;
    }

