
.hide {
    opacity: 0;
    display: none;
}

.warning-block {
    color: #a94442;
    font-size: 12px;
}

#description h3 {
    font-size: 1.3em;
    position: relative;
    margin: 0px;
    margin-top: 20px;
    padding: 0px 0px 0px 8px;
    border-left: 4px solid #960000;
    font-weight: 200;
}

#description h4{
    text-align: left;
    font-size: 1em;
    position: relative;
    padding: 0px 0px 0px 18px;
    font-weight: 400;
    margin: 12px 0px;
}

#description h4:after {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #960000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#description ul {
    margin: 0px 0px 0px 20px;
}

#description a {
    color: #960000;
}

#description hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 30px 0px;
}

.lineclamp {

    /* config */
    line-height: 1.5;
    height: 3em;
    background-color: #fff;
    /* config end */

    position: relative;
    padding-right: 1em;
    overflow: hidden;
}

.lineclamp:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
}

.lineclamp:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;

}

#contactForm select {
    border: 1px solid #999;
    width: 100%;
    font-size: 0.9em;
    color: #333;
}

#contactForm select[disabled] {
    border: 0px solid #999;
    width: 100%;
    font-size: 0.9em;
    color: #333;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}

.tools a {
  color: #960000;
  margin-bottom: 10px;
  margin-left: 7px;
  opacity: 0.5;
}

.tools a:hover {
  opacity: 1;
}

#relatedArticles article var {
    font-size: 0.7em;
    font-style: normal;
    color: #960000;
    line-height: 1.2em;
}

div.error-message {
    text-align:center;
    line-height: 1.1;
    padding: 20px 0 0 0;
}

div.error-message span {
    color:#aaa;
    font-size:9em;
    font-weight: 200;
}

div.error-message p {
    color:#aaa;
    font-size:1.1em;
}

div.error-message a {
    color:#fff;
    margin: 50px 0 20px 0;
    font-weight: 100;
}

div.error-message a:hover,
div.error-message a:visited:hover {
    color: #fff !important;
}

.article-body {
    padding: 0 24px;
}

@media screen and (max-width: 544px) {
    .article-body {
        padding: 0;
    }
}
