footer {
    position: relative;
    display: block;
    margin-top: 20px;
}
footer .footer-newsletter {
    position: relative;
    display: block;
    padding: 30px 0px;
    background: #1D6FB7;
    color: #ffffff;
    z-index: 1;
}
footer .footer-newsletter .footer-newsletter-span {
    position: relative;
    display: block;
    line-height: 24px;
}
footer .footer-newsletter .footer-newsletter-span img {
    margin-right: 10px;
}
footer .footer-newsletter .footer-newsletter-span .top {
    font-weight: 500;
    font-size: 16px;
}
footer .footer-newsletter .footer-newsletter-span .bot {
    font-weight: 300;
    font-size: 16px;
}



footer .footer-social {
    position: relative;
    display: block;
    text-align: right;
}
footer .footer-social span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 28px;
    margin-left: 15px;
}

footer .footer-main {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0px;
}
footer .footer-main .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
footer .footer-main .footer-info {

}
footer .footer-main .footer-info i {
    color: #1D6FB7;
    width: 20px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    text-align: right;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;
    text-align: right;
    columns: 1;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: block;
    text-align: right;
    color: #000000;
    font-size: 15px;
}
footer .footer-main .footer-menu a:hover {
    color: #999999;
}
footer .footer-copy {
    position: relative;
    display: block;
    border-top: 1px solid #B8B8B8;
    padding: 30px 0px;
    text-align: center;
}

#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}


.footer-articles {
    position: relative;
    display: block;
}

.article-categories {
    position: relative;
    display: block;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.27);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.27);
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}
.article-categories a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    color: #444444;
}
.article-categories a:hover {
    color: #8C1914;
}
.article-categories a + a {
    border-top: 1px solid #eeeeee;
}
.article-categories a i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color :#bbbbbb;
    vertical-align: 2px;
    margin-right: 5px;
}
.article-categories .t {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    color: #8C1914;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
}


.article.article-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 5px 5px;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.article.article-box .image {
    position: relative;
    display: block;
}
.article.article-box .caption {
    position: relative;
    display: block;
    margin-top: 10px;
}
.article.article-box .caption .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.article.article-box .caption .description {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 15px;
}
.article.article-box .caption .btn.btn-primary.btn-article {
    margin-top: 10px;
}

.main-article-image {
    margin-left: 15px;
    margin-bottom: 15px;
}

.module-title {
    position: relative;
    display: block;
    font-size: 20px;
    margin: 15px 0px;
    color: #8C1914;
    font-weight: 700;
}

.article-review {
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 15px 15px;
}
.article-review .t {
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    color: #8C1914;
    font-weight: 700;
}
.article-review .required {
    color: red;
}
.article-review-err {
    color: red;
    position: relative;
    display: block;
    margin: 4px 0px;
}
.article-review label {
    position: relative;
    display: block;
    margin-top: 5px;
}
.article-review .btn.btn-primary.btn-review {
    margin: 15px 0px;
}

.article-review-success {
    position: relative;
    display: block;
    border: 1px solid #387541;
    background: #f1fff3;
    color: #387541;
    font-weight: 700;
    margin: 20px 0px;
    border-radius: 4px;
    padding: 15px 25px;
}
.review-box {
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 15px;
    border: 1px solid #dddddd;
}


.footer-articles .owl-carousel.owl-theme  {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-articles .owl-carousel.owl-theme .owl-nav .owl-prev,
.footer-articles .owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );

    font-size: 40px;
    color: #1D6FB7;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    line-height: 40px;
}
.footer-articles .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0px;
}
.footer-articles .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.footer-articles {
    margin-bottom: 20px;
}
.footer-articles .article-box {
    margin-bottom: 0px;
}
