.Section_Hero {
    height: 60vh;
    min-height: 330px;
}

.masonry .masonry__container .masonry__item {
    opacity: 1;
    pointer-events: inherit;
}

/*! -- Pillar Masonry -- */
.wide-grid.masonry {
    transform: none !important;
}
.wide-grid .masonry__container {
    background: #f3f3f3;
}
.wide-grid .masonry__container .masonry__item {
    padding: 0;
}
.wide-grid.bg--dark .masonry__container {
    background: #282828;
}
.masonry {
    position: relative;
}
.masonry .masonry__container {
    overflow: hidden;
}
.masonry--gapless .masonry__item {
    padding: 0;
    margin-bottom: 0 !important;
}
.masonry--animate .masonry__item {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
}
.masonry--animate .masonry__item:nth-child(1) {
    transition-delay: .1s;
}
.masonry--animate .masonry__item:nth-child(2) {
    transition-delay: .2s;
}
.masonry--animate .masonry__item:nth-child(3) {
    transition-delay: .3s;
}
.masonry--animate .masonry__item:nth-child(4) {
    transition-delay: .4s;
}
.masonry--animate .masonry__item:nth-child(5) {
    transition-delay: .5s;
}
.masonry--animate .masonry__item:nth-child(6) {
    transition-delay: .6s;
}
.masonry--animate .masonry__item:nth-child(7) {
    transition-delay: .7s;
}
.masonry--animate .masonry__item:nth-child(8) {
    transition-delay: .8s;
}
.masonry--animate .masonry__item:nth-child(9) {
    transition-delay: .9s;
}
.masonry--animate .masonry__item:nth-child(10) {
    transition-delay: 1s;
}
.masonry--animate .masonry__item:nth-child(11) {
    transition-delay: 1.1s;
}
.masonry--animate .masonry__item:nth-child(12) {
    transition-delay: 1.2s;
}
.masonry--animate .masonry__item:nth-child(13) {
    transition-delay: 1.3s;
}
.masonry--animate .masonry__item:nth-child(14) {
    transition-delay: 1.4s;
}
.masonry--animate .masonry__item:nth-child(15) {
    transition-delay: 1.5s;
}
.masonry--animate.masonry--active .masonry__item {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.masonry__filters {
    padding: 1.625em 0;
}
.masonry__filters .h6 {
    opacity: .3;
    position: relative;
    bottom: 2px;
    display: inline-block;
    margin: 0;
}
.masonry__filters .h6 + ul {
    margin-left: 1.625em;
}
.masonry__filters ul {
    display: inline-block;
    margin: 0;
}
.masonry__filters ul li {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    font-style: italic;
}
.masonry__filters ul li:not(:last-child) {
    margin-right: 0.8125em;
}
.masonry__filters ul li:not(:last-child):after {
    content: '/';
    margin-left: 0.8125em;
    opacity: 0.1;
}
.masonry__filters ul li:not(.active) {
    opacity: .5;
}
.masonry__filters ul li:not(.active):after {
    opacity: 0.2;
}
.masonry__filters ul li:hover {
    opacity: 1;
}
.masonry__filters ul li:hover:after {
    opacity: 0.1;
}
.masonry__filters.masonry__filters--outside {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: -3.25em;
    background: none !important;
    padding: 0;
}
.masonry__filters.masonry__filters--outside ul li {
    color: #fff;
}
.masonry__filters.masonry__filters--outside ul li:after {
    opacity: .2;
}
@media all and (max-width: 767px) {
    .masonry__filters.masonry__filters--outside {
        position: relative;
        top: 0;
        padding: 1.625em 0;
    }
    .masonry__filters.masonry__filters--outside ul li {
        color: #767676;
    }
}
.row .masonry__filters {
    margin-bottom: 1.625em;
    padding-left: 15px;
    padding-right: 15px;
}
.row .masonry__item {
    margin-bottom: 22px;
}
.row .masonry__item .hover-element {
    margin: 0;
}
.row .masonry__item > a {
    display: block;
}
section:first-of-type.imagebg + .masonry-contained {
    padding-top: 1.625em;
}
.masonry-blog .masonry__item {
    margin-bottom: 30px;
}
.masonry-blog .masonry__item .card .card__body {
    margin-bottom: 0;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image {
    position: relative;
    overflow: hidden;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image img {
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.masonry-blog .masonry__item .card:not(.card--horizontal):hover .card__image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.masonry-blog .masonry__item .card .video-cover iframe {
    min-height: 256px;
}
.masonry-videos .col-sm-4 .video-cover iframe {
    min-height: 20vw;
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    opacity: 0;
    background: #232323;
}
.background-image-holder.background--bottom {
    background-position: 50% 100% !important;
}
.background-image-holder.background--top {
    background-position: 50% 0% !important;
}
.image--light .background-image-holder {
    background: none;
}
.background-image-holder img {
    display: none;
}
/*! -- Pillar Cards -- */
.card {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}
.card .card__image img {
    margin: 0;
}
.card .card__title h1,
.card .card__title h2,
.card .card__title h3,
.card .card__title h4,
.card .card__title h5,
.card .card__title h6 {
    margin: 0;
}
.card .card__body {
    margin-bottom: 0;
}
.card .card__lower span {
    margin-bottom: 0;
}
.card .card__lower span:not(.h6) {
    font-size: 0.625em;
    font-style: italic;
    display: inline-block;
    color: #767676;
}
.slider[data-items] .card {
    margin: 0 15px;
    margin-bottom: 3.25em;
}
@media all and (max-width: 990px) {
    .card .card__body {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .card .card__body {
        margin-bottom: 15px;
    }
}
.card--horizontal {
    overflow: hidden;
    position: relative;
}
.card--horizontal .card__image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
.card--horizontal .card__body {
    float: right;
}
@media all and (max-width: 767px) {
    .card--horizontal .card__image {
        position: relative;
    }
    .card--horizontal .card__image .background-image-holder {
        position: relative;
        background: none;
    }
    .card--horizontal .card__image .background-image-holder img {
        display: block;
    }
    .Section_Hero {
        height: 80vh;
    }
    .Section_Hero h1 {
        font-size: 30px;
    }
}
a .card {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
a .card p,
a .card span {
    color: #767676;
}
a .card:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
a .card.card-6:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
a:active .card {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
.card-1 .card__icon {
    background: #f4f4f4;
    padding: 4.875em 0;
    text-align: center;
}
.card-1 .card__title + p {
    margin-top: 1.625em;
}
@media all and (max-width: 767px) {
    .card-1 .card__icon {
        padding: 3.25em 0;
    }
}
.card-1,
.card-2 {
    margin-bottom: 30px;
}
.card-1 .card__title,
.card-2 .card__title {
    margin-bottom: 0.8125em;
}
.card-1 span:not(:last-child),
.card-2 span:not(:last-child) {
    margin-bottom: 1.625em;
    display: inline-block;
}
.card-1 .card__body p,
.card-2 .card__body p {
    min-height: 8.125em;
}
@media all and (max-width: 767px) {
    .card-1 .card__body p,
    .card-2 .card__body p {
        min-height: 0;
    }
}
.card-3 {
    margin-bottom: 30px;
}
.card-3 .card__body .card__title {
    margin-bottom: 0;
}
.card-4 {
    margin-bottom: 30px;
}
.card-4 .card__body h6:first-child {
    margin-top: 0em;
    margin-bottom: 1.3em;
    color: #767676;
}
.card-4 .card__body h5 {
    font-weight: 400;
}
.card-4 .card__body .card__title {
    height: 1.2em;
    margin-bottom: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-4 hr {
    margin-top: 0;
    margin-bottom: 1.625em;
}
.card-5 {
    margin-bottom: 1.625em;
}
.card-5 .card__body {
    padding-bottom: 16.25em;
}
.card-5 .card__body .card__title {
    margin-bottom: 0.40625em;
}
.card-5 .card__body .card__title + span {
    margin-bottom: 1.625em;
    display: inline-block;
}
.card-5 .card__body .card__title + p {
    margin-top: 1.625em;
}
.masonry .card-5 {
    margin-bottom: 0;
}
@media all and (max-width: 990px) {
    .card-5 .card__body {
        padding-bottom: 13em;
    }
}
@media all and (max-width: 767px) {
    .card-5 .card__body {
        padding-bottom: 0.8125em;
    }
}
.card-6 {
    margin-bottom: 1.625em;
}
.card-6 .card__body .card__title {
    margin-bottom: 1.625em;
}
.card-6 .card__body p:last-of-type {
    margin-bottom: 6.5em;
}
@media all and (max-width: 767px) {
    .card-6 .card__body p:last-of-type {
        margin-bottom: 3.25em;
    }
}
.card-7 {
    margin-bottom: 30px;
}
.card-7 .card__body {
    position: relative;
}
.card-7 .card__body .card__title h6,
.card-7 .card__body .card__title h5 {
    margin-bottom: 0;
    max-height: 1.625em;
}
.card-7 .card__body .card__title h6 {
    opacity: .3;
    margin-bottom: 0.65em;
}
.card-7 .card__body .card__price {
    position: absolute;
    top: 2.4375em;
    right: 2.4375em;
}
.card-7 .card__body .card__price span {
    display: block;
}
.card-7 .card__body .card__price span.type--strikethrough {
    opacity: .5;
}
@media all and (max-width: 1200px) {
    .card-7 .card__price {
        margin-bottom: 0.8125em;
    }
}
.card-8 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.card-8 .boxed {
    padding: 3.25em 4.875em;
}
.card-8 .card__title h6 {
    opacity: .5;
}
.card-8 .card__title h3 {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-8 .card__body {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.card-8 .card__image {
    padding: 0;
    overflow: hidden;
    background: #eee;
}
.card-8 .card__image img {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.card-8 .card__image:hover img {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}
.card-8 hr {
    margin-bottom: 3.25em;
}
.card-8 p[class*='col-'] {
    padding: 0;
    float: none;
    margin-bottom: 4.875em;
}
.card-8 .card__price {
    position: absolute;
    top: 3.25em;
    right: 4.875em;
}
.card-8 .card__price span {
    font-size: 1.4375em;
}
.card-8 .card__price span.type--strikethrough {
    margin-right: 1.1304347826087em;
}
@media all and (max-width: 1200px) {
    .card-8 .card__body {
        position: relative;
        height: auto;
    }
    .card-8 hr {
        margin-bottom: 1.625em;
    }
    .card-8 p[class*='col-'] {
        margin-bottom: 3.25em;
    }
}
@media all and (max-width: 1024px) {
    .card-8 .boxed {
        padding: 3.25em 3.25em;
    }
    .card-8 .card__price {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 0.8125em;
    }
}
@media all and (max-width: 767px) {
    .card-8 {
        margin-bottom: 0;
    }
    .card-8 .card__title {
        margin-top: 0;
    }
    .card-8 .card__body {
        position: relative;
        height: auto;
    }
    .card-8 .card__price {
        margin-bottom: 1.625em;
    }
}
/**! 18. Boxes **/
.boxed {
    position: relative;
    overflow: hidden;
    padding: 2.4375em;
    margin-bottom: 30px;
}
.boxed.boxed--lg {
    padding: 3.65625em;
}
.boxed.boxed--sm {
    padding: 1.625em;
}
.boxed.boxed--border {
    border: 1px solid #c9c9c9;
}
.boxed div[class*='col-']:first-child:not(.boxed) {
    padding-left: 0;
}
.boxed div[class*='col-']:last-child:not(.boxed) {
    padding-right: 0;
}
img + .boxed {
    margin-top: -1.625em;
}
@media all and (max-width: 767px) {
    .boxed {
        padding: 1.625em;
        margin-bottom: 15px;
    }
    .boxed.boxed--lg {
        padding: 1.625em;
    }
    .boxed div[class*='col-']:not(.boxed) {
        padding: 0;
    }
    .boxed:last-child {
        margin-bottom: 15px;
    }
    .row:last-child div[class*='col-']:last-child .boxed:last-child {
        margin-bottom: 0;
    }
    .pagination-container {
        margin-bottom: 4em !important;
    }
}

.pagination-container {
        margin-top: 0.5em;
        text-align: center;
        margin-bottom: 2em;
}
.pagination {
        display: inline-block;
        margin: 0 auto;
}
.pagination li {
        display: inline-block;
}
.pagination > li > a, .pagination > li > span {
     border: none;
     background-color: transparent
}
/*.pagination li a {
        transition: 0.2s linear;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        display: inline-block;
        width: 3.54545454545454em;
        height: 3.54545454545454em;
        line-height: 0;
        padding-top: 4px;
        text-align: center;
        border-radius: 50% !important;
        background: none;
        border: none;
        font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
        color: #343434;
        font-weight: 600;
        font-variant-ligatures: common-ligatures;
        margin-bottom: 0;
        font-size: 0.625em;
        line-height: 2.6em;
        margin-top: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
        margin-bottom: 2.36363636363636em;
}
.pagination li a:hover {
        background: #efefef;
        color: #232323;
}
.pagination li.active a {
        background: #ececec;
        color: #232323;
}
.pagination li.active a:hover {
        background: #e7e7e7;
        color: #232323;
}
.pagination li:first-child,
.pagination li:last-child {
        opacity: .3;
}*/
.sidebar .sidebar__widget:not(:last-child) {
        margin-bottom: 3.25em;
}
.tag-cloud li {
        display: inline-block;
}
.tag-cloud .btn--sm {
        padding: 0 0.8125em 1px 0.8125em;
}
.blog-item-1 h4 {
        margin-bottom: 0.56521739130435em;
}
.blog-item-1 .blog-item__author {
        margin-bottom: 1.625em;
}
.blog-item-1 img {
        margin-bottom: 1.625em;
}
.blog-item-1 p:last-of-type {
        margin: 0;
}
.blog-item-1:not(:last-child) hr {
        margin: 3.25em 0;
}
.blog-item-1:nth-last-child(2) hr {
        display: none;
}
@media all and (max-width: 767px) {
        .blog-item-1:not(:last-child) hr {
                margin: 1.625em 0;
        }
}
.blog-post {
        padding-top: 0;
}
.blog-post .blog-post__title {
        padding: 9.75em 0 9.75em 0;
}
.blog-post .blog-post__title:not(.imagebg) + .container {
        position: relative;
        z-index: 4;
        margin-top: -3.25em;
}
.blog-post .blog-post__title.imagebg {
        padding: 13em 0;
}
.blog-post .blog-post__title.imagebg span {
        color: #fff;
}
.blog-post .blog-post__title.imagebg + .container {
        padding-top: 6.5em;
}
.blog-post .blog-post__author {
        margin-top: 3.25em;
}
.blog-post .blog-post__author span:not(.h6) {
        font-size: 0.625em;
}
.blog-post .blog-post__hero {
        margin-bottom: 3.25em;
}
.blog-post blockquote {
        color: #232323;
        text-align: center;
}
.blog-post p + blockquote,
.blog-post img + blockquote {
        margin-top: 3em;
}
.blog-post blockquote + p,
.blog-post blockquote + h5,
.blog-post blockquote + img {
        margin-top: 3em;
}
.blog-post p + h5 {
        margin-top: 3.25em;
}
.blog-post hr:last-child {
        margin-top: 4.875em;
}
.blog-post .blog-post__share {
        margin-top: 1.625em;
}
.blog-post .blog-post__comments {
        margin-top: 3.25em;
}
.blog-post .blog-post__comments > ul {
        margin-top: 3.25em;
}
.blog-post .blog-post__comments ul {
        line-height: 1.625em !important;
}
.blog-post .blog-post__comments ul ul {
        padding-left: 20%;
}
.blog-post .blog-post__comments .comment {
        overflow: hidden;
}
.blog-post .blog-post__comments .comment .comment__image {
        display: inline-block;
        width: 20%;
        float: left;
}
.blog-post .blog-post__comments .comment .comment__image img {
        max-height: 4.875em;
}
.blog-post .blog-post__comments .comment .comment__text {
        width: 80%;
        float: left;
}
.blog-post .blog-post__comments .comment .comment__text h5 {
        margin: 0;
}
.blog-post .blog-post__comments .comment .comment__text h5 + span {
        opacity: .75;
        display: inline-block;
        margin-bottom: 0.8125em;
}
.blog-post .blog-post__comments .comment hr {
        margin: 2.4375em 0;
        display: block;
        width: 100%;
}
.blog-post .blog-post__comments .comment__form input {
        width: 100%;
        margin-bottom: 1em;
}
.blog-post .blog-post__comments .comment__form textarea {
        margin-bottom: 1.625em;
}
@media all and (max-width: 767px) {
        .blog-post .blog-post__share .btn {
                display: block;
                margin: 0 0 0.8125em 0;
        }
        .blog-post .blog-post__title {
                padding-top: 3.25em;
                padding-bottom: 6.5em;
        }
        .blog-post .blog-post__title.imagebg {
                padding: 4.875em 0;
        }
        .blog-post .blog-post__title.imagebg span {
                color: #fff;
        }
        .blog-post .blog-post__title.imagebg + .container {
                padding-top: 3.25em;
        }
        .blog-post .blog-post__author {
                margin-top: 1.625em;
        }
}
.blog-home {
        padding: 4.875em 0;
}
.blog-home .row:first-child h5 {
        margin: 0;
}
.blog-home .row:last-child .btn {
        margin-top: 1.625em;
}
.blog-home.bg--secondary + .blog-home.bg--secondary {
        padding-top: 0;
}
/*! -- Pillar Testimonials -- */
.testimonial-1 {
        margin-bottom: 30px;
}
.testimonial-1 img {
        max-height: 8.125em;
}
.testimonial-1 h5 {
        margin-bottom: 0;
}
.testimonial-1 h5 + span {
        font-style: italic;
        opacity: .8;
}
.testimonial-1 p {
        min-height: 4.875em;
}
.testimonial-1.boxed {
        margin-bottom: 30px;
}
.testimonial-2 .testimonial__quote {
        font-size: 6em;
        line-height: 1em;
        display: inline-block;
        margin-bottom: -0.54166667em;
}
.testimonial-2 img {
        max-height: 4.875em;
}
.testimonial-2 h5 {
        margin-bottom: 0;
}
.testimonial-2 h5 + span {
        font-style: italic;
        opacity: .8;
}
@media all and (max-width: 767px) {
        .testimonial-2 {
                margin-bottom: 1.625em;
        }
        .testimonial-2 .testimonial__quote {
                display: none;
        }
}
.testimonial-3 {
        position: relative;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
}
.testimonial-3:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        bottom: -4.875em;
        background: #f4f4f4;
}
.testimonial-3 .testimonial__text {
        margin-top: 11.375em;
}
.testimonial-3 .testimonial__text h5 {
        margin: 0;
}
@media all and (max-width: 1200px) {
        .testimonial-3:before {
                display: none;
        }
        .testimonial-3 .testimonial__text {
                margin-top: 3.25em;
        }
}
@media all and (max-width: 767px) {
        .testimonial-3 {
                text-align: center;
        }
        .testimonial-3 .testimonial__text {
                margin-top: 0;
                margin-bottom: 3.25em;
        }
}
.testimonial-4 h3 {
        margin-bottom: 1.625em;
}
@media all and (max-width: 767px) {
        .testimonial-4 {
                padding: 4.875em 0;
        }
}
.testimonial-5 img {
        max-height: 24.375em;
        margin: 0;
}
.testimonial-5 img + hr {
        margin-top: 0;
}
.testimonial-5 .slides {
        padding-bottom: 4.875em;
}
.bg--facebook {
        background: #3b5998;
        color: #fff;
        text-decoration: none;
}
.bg--twitter {
        background: #00aced;
        color: #fff;
        text-decoration: none;
}
.bg--googleplus {
        background: #dd4b39;
        color: #fff;
        text-decoration: none;
}
.bg--instagram {
        background: #125688;
        color: #fff;
        text-decoration: none;
}
.bg--pinterest {
        background: #cb2027;
        color: #fff;
        text-decoration: none;
}
.bg--dribbble {
        background: #ea4c89;
        color: #fff;
        text-decoration: none;
}
.bg--behance {
        background: #053eff;
        color: #fff;
        text-decoration: none;
}

.bottom__widget{

}

.news, .article{
    margin-top: 150px;
}

.article{
    margin-top: 115px;
}

@media all and (max-width: 767px) {
    .news {
        margin-top: 50px;
    }
    .article {
        margin-top: 30px;
    }
}

.article .title{
    color: #2a4463;
}

.article label{
    font-size: 13px;
    color: #2a4463;
}

.article .tag-content{
    margin-bottom: 45px;
}

.article .tag-btn{
    background: #2a4463;
    color: #FFF;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0px 0px 5px 0px;
    border-radius: 20px;
    font-size: 13px;
    min-width: 100%;
    cursor: default;
}

.article .article-content{
    margin-bottom: 20px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #2a4463;
}

.article .article-content blockquote {
    color: #2a4463;
    border-left: 5px solid #2a4463;
}

.badge-news{
    color: #FFF !important;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: -moz-linear-gradient(360deg, #2e4868 0%, #5578a2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2e4868), color-stop(100%, #5578a2));
    background: -webkit-linear-gradient(360deg, #2e4868 0%, #5578a2 100%);
    background: -o-linear-gradient(360deg, #2e4868 0%, #5578a2 100%);
    background: -ms-linear-gradient(360deg, #2e4868 0%, #5578a2 100%);
    background: linear-gradient(90deg, #2e4868 0%, #5578a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4868', endColorstr='#5578a2',GradientType=1 );
}

.no-news{
    margin: 50px 0 150px 0;
}

.voh {
    /*float: right;*/
}
.voh a{
 text-decoration: none;
}

.breakm{
    margin-bottom: 1px;
}

.bottom__widget .social-icons {
    margin-bottom: 50px;
    width: 25px;
    height: 25px;
    background: #2a4463;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}

.bottom__widget .social-icons a{
    color: #FFFFFF;
    opacity: 0.75;
}