@font-face {
    font-family: 'SalvoSans-Regular';
    src: url(../fonts/SalvoSans-Regular.otf);
}

@font-face { font-family: 'SalvoSans-Light'; src: url(../fonts/SalvoSans-Light.otf); }
@font-face { font-family: 'salvosans'; src: url(../fonts/SalvoSans-Bold.otf); }
body {
    font-family: SalvoSans-Regular, sans-serif;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    width:100% !important;
}

h1, h1 a{
     font-weight: 600;
}
 h2, h3, h4, h5, h6 {
    font-family: 'SalvoSans-Regular', sans-serif;
    color: #07090C;
    font-weight: 400;
}

a {
    font-weight: 400;
    color: #07090c;
}
.breadcrumb a{
    color:#a59a97;
}
.breadcrumb a:hover{
    color:#e20613;
}
.article-post img , figure img{
    width: 100% !important;
    height: auto !important;
}
.breakingnews{
    background: #F0F0EF;
    width: 100%

}
.btn-black{
    background: #f00;
    border:0;
    color: white;
    font-weight: 700;
}
.breaking-link{ 
    overflow: hidden !important; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid red; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
     /* margin: 0 auto;*/ /* Gives that scrolling effect as the typing happens */
    box-sizing: content-box !important;
    letter-spacing: .15em; /* Adjust as needed */
    -webkit-animation: typing 3.5s steps(10, end),blink-caret .75s step-end infinite;
    animation: typing 3.5s steps(10, end),blink-caret .75s step-end infinite;
}
.breaking-link a{
    font-size: 16pt;
}
.text-black{
    color:#000;
}
/* Animation */
@-webkit-keyframes typing{
    from { width: 0  }
    to { width: 75% }
}

@keyframes typing {
  from { width: 0  }
  to { width: 75% }
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to { border-color: transparent }
  25% { border-color: red; }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  25% { border-color: red; }
}
figcaption{
    text-align:center;
    background: #ddd;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    font-size:10pt;
}
.font-8{
    font-size:8pt !important;
}
.font-5{
    font-size:5pt !important;
}
a:hover,
a:focus {
    color: #EF233C;
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    list-style: none
}

.aligning {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 100px;
    padding: 0;
    list-style: none
}
/*----------------------------*\
	input
\*----------------------------*/
.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #DDD;
    background-color: transparent;
}

textarea.input {
    padding: 15px;
}

.input-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #FFF;
    background-color: #EF233C;
    border: none;
    text-transform: uppercase;
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
}

.input-btn:hover {
    opacity: 0.8;
}

/*----------------------------*\
	Top Nav
\*----------------------------*/

/*.drop-down li {*/
/*float: left; !*padding:0 10px;*!*/
/*}*/

/*.drop-down li a:hover {*/
/*color: #f00;*/
/*}*/
.nav-link{
white-space: nowrap;
}
.related-img{
    width: 100%;
    overflow: hidden;
    height: 220px;
}

ul.top-menu li {
 list-style: none; 
 float: left; 
 padding: 11px 20px; 
 font-size: 9px; 
 text-transform: uppercase; 
 border-left: #f1f1f1 1px solid; 
}
h4{
    font-size: 12pt;
    font-weight:400;
}
.menu {
    font-size: 12px;
    font-family: SalvoSans;
}

.paddingstyle {
    margin-bottom: 22px;
}

ul.top-menu li a {
    text-decoration: none;
    color: #000;
}

ul.top-menu li a:hover {
    color: #000;
}

#header #nav-header {
    background: #d22026 !important;
    height: 47px;
}
.latest-title{
    font-weight: 400;
    font-family: SalvoSans-Regular, sans-serif;
}
.bg-grt{
    background: #f3f2f2;
}
.bg-theme {
    background: #D32027;

}
.font-12{
    font-size:12pt;
}
.font-11{
    font-size:12pt;
}
.font-10{
    font-size:10pt;
    font-weight:400;

}
.spacing{
    padding-top: 10px;
}
.text-theme{
    color:#D32027;
}
.text-theme2{
    color:#0065b2;
}
.topsection h2{
    font-size:12pt;
    font-weight:400;
}
.text-dark {
    color: #343a40 !important;
    font-size: 13px;
    }

.secondnav a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'SalvoSans-Regular', sans-serif;
}

.section-title{
    border-bottom: 5px solid #eee;
    margin:0 0 20px 0 !important;
    padding: 0 !important;
    height:35px;
}
#nav-header .nav-logo {
    display: none;
    float: left;
}

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo > img {
    width: 100%;
    max-height: 90px;
}

.logosize {
    width: 160px !important;
    margin-left: -118px;
}

#nav-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

/*.margintop{*/
/*margin-left: 83px;*/
/*}*/

.main-nav li {
    border-left: 1px solid rgba(255, 255, 255, .3);
    height: 47px;
}

/*.main-nav li:last-child {*/
/*border-left:1px solid rgba(255,255,255,.3);*/
/*height: 47px;*/
/*}*/
.text {
    font-family: 'SalvoSans-Regular';
    font-weight: 400;
    font-size: 13px;
}

.texttitle {
    margin-top: 80px;
    font-weight: bold;
    font-size: 18px;
"
}

.main-nav li a {
    padding: 30px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-family: SalvoSans;
    /* padding-top: 14px;*/
}

.main-nav li.active a {
    background-color: #EF233C !important;
    /*height: 25px;*/
}

.objectfit {
    object-fit: cover;
}

.submenu {
    margin-top: 5px;
}

.button-nav {
    position: relative;
    float: right;
}

.button-nav > button {
    padding: 25px 25px;
    border: none;
    line-height: 20px;
    background: transparent;
    color: #FFF;
}

.headercolor {
    color: #397dbd !important;

}

.toppart {
    background-color: #f0f0ef;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}


/*.adverttop{
    width: 663px!important; 
    height: 80px!important;
    margin-left: 50px;
}*/
.button-nav .search-collapse-btn.active {
    background: #EF233C;
}

.button-nav .nav-collapse-btn {
    display: none;
}

.menufont {
    font-size: 12px !important;
    font-weight: 600 !important;
}

/*----------------------------*\
	Responsive Header
\*----------------------------*/

@media only screen and (min-width: 768px) {
    .toppart .logo{
    /*margin-top: 26px;*/
    width:60%;
}
    .top-img-holder{
        height: 370px !important;
    }
    #header #center-header .header-logo, #header #center-header .header-ads {
        float: none;
        text-align: center;
    }
    .catimg{
        height: 75px !important;
    }
    h1 {
        font-size: 46px;
        font-family: SalvoSans;
        font-weight: 700;
    }

    h2 {
        font-size: 25.92px;
    }

    h3 {
        font-size: 21.6px;
    }

    h4 {
        font-size: 18px;
        color: red;
        font-weight: 700;
        font-family: SalvoSans-Regular;
    }

    h5 {
        color: red !important;
        font-size: 13px !important;
    }
    .border-right { 
        border-right: 1px solid #b71217 !important; 
    }

}

.card-group {
    z-index: 1 !important;
}

@media only screen and (max-width: 767px) {
    img{
    max-width:100% !important;
}
    .toppart .logo {
    margin-top: 0; 
}

    h1 {
        font-size: 28px;
        font-family: SalvoSans;
        font-weight: 700;
    }

    h2 {
        font-size: 25.92px;
    }

    h3 {
        font-size: 21.6px;
    }

    h4 {
        font-size: 18px;
        color: red;
        font-weight: 700;
        font-family: SalvoSans-Regular;
    }

    h5 {
        color: red !important;
        font-size: 13px !important;
    }

    #header #top-header {
        text-align: center;
    }

    .header-links, .header-social {
        float: none;
    }

    .header-links ul li {
        margin-right: -4px;
        border-bottom: 1px solid #DDD;
    }

    .header-social {
        margin-top: -1px;
    }

    .header-social ul li {
        margin-right: -4px;
        border-top: 1px solid #DDD;
    }

    #header #center-header {
        padding: 0px;
    }

    .header-ads {
        display: none;
    }

    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block;
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .navbar-collapse {
        background: #D22026;

    }

    .main-nav {
        margin: 0px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

.pictext {
    margin-top: 80px !important;
    font-weight: bold !important;
}

.picture2 {
    height: 330px !important;
    width: 100% !important;
}

/*.byline{
    color: white!important;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 23px;
    margin-right: 634px;
    background: red;
    font-weight: 600;
}*/

/*=========================================================
	ARTICLE
===========================================================*/
/*------------------------------------*\
	Default Article
\*------------------------------------*/
.article {
    position: relative;
    margin-bottom: 30px;
}

.article .article-img > a {
    display: block;
}

.article .article-img > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.article .article-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.article .article-img .article-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.article .article-body .article-info {
    margin-bottom: 15px;
}

.article .article-info li {
    display: inline-block;
    margin-right: -2px;
}

.article .article-info .article-type {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #222;
    color: #FFF;
    font-size: 12.5px;
}

.article .article-info .article-category > a {
    display: block;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    background: #EF233C;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12.5px;
}

.article .article-info .article-category > a:hover {
    opacity: 0.8;
}

/*.title {
    background: transparent !important;
    color: #D32027 !important;
    font-family: SalvoSans-Regular;
    font-weight: 600;
    padding-bottom: 5px;    
    font-size: 16pt;
}*/
/*
.title:after {
content: " ";
  border-bottom: #d32027 6px solid;
  width:85px;
  display:block;
  margin:0 auto;
}
*/
.title{
    border-bottom: 5px solid;
    border-color:#f14d4d;
    display:inline-block;
    height:30px
    padding: 0px 0px 5px 0px;
    margin:0px 0px 0px 0px
    color:#D32027;
    line-height:30px;
    font-family: SalvoSans-Regular;
    font-weight: 600;
    font-size: 21px !important;
    
}
.bolden{
    font-weight: 600 !important;
    
    color: #f14d4d;
}
.bolden a{
    font-weight: 600 !important;
    color: #07090c;
}

.title2 {
    background: transparent !important;
color: #6e903c !important;
font-family: salvosans;
font-weight: 500;
border-bottom: #243519 6px solid;
display: inline-block;
margin: 0px 0px 0px 0px;
line-height: 30px;
}


.section-title2 {
    border-bottom: 5px solid #eee;
    margin: 0 0 21px 0 !important;
    padding: 0 !important;
    height: 51px;
}

.article .article-title {
    text-transform: inherit;
    margin-top: 0px;
}

/*.article .article-title > a {
    font-weight: 700;
}
*/
.article .article-meta {
    margin-bottom: 10px;
    margin-top: 10px;
}

.article .article-meta li {
    display: inline-block;
    color: #67a1cd;
    font-weight: 400;
    font-size: 10.5px;
    text-transform: capitalize;
}

.article .article-meta li + li {
    margin-left: 10px;
}

/*------------------------------------*\
	Thumb Article
\*------------------------------------*/
.article.thumb-article {
    margin-bottom: 0px;
}

.article.thumb-article .article-img {
    margin-bottom: 0px;
}

.article.thumb-article .article-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
    background: linear-gradient(to top, #222 0%, transparent 100%);
    opacity: 0.5;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.article.thumb-article:hover .article-img:after {
    opacity: 1;
}

.article.thumb-article .article-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 5%;
    z-index: 1;
}

.article.thumb-article .article-body .article-title > a {
    color: #FFF;
}

.article.thumb-article .article-body .article-title > a:hover {
    color: #DDD;
}

/*------------------------------------*\
	Widget Article
\*------------------------------------*/
.article.widget-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.widget-article .article-img {
    float: left;
    width: 80px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.article.widget-article .article-title {
    font-size: 15px;
}

/*------------------------------------*\
	Row Article
\*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.row-article .article-img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .article.row-article .article-img {
        width: 180px;
    }

    .article.row-article .article-body p {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .article.row-article .article-img {
        float: none;
        margin-bottom: 15px;
    }
}

/*-- article pagination --*/
.article-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-pagination ul li {
    display: inline-block;
}

.article-pagination ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

.article-pagination ul li a:hover {
    color: #EF233C;
    border-color: #EF233C;
}

.article-pagination ul li.active a {
    background-color: #EF233C;
    border-color: #EF233C;
    color: #FFF;
}

/*=========================================================
	WIDGET
===========================================================*/
.widget + .widget {
    margin-top: 30px;
}

.widget .widget-title {
    margin-bottom: 15px;
    text-align: center;
}

.widget .widget-title .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #DDD;
    margin-top: 0px;
}

/*------------------------------------*\
	Social Widget
\*------------------------------------*/
.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    display: block;
    padding: 6px 15px;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align: center;
}

.widget.social-widget ul li {
    width: 33.33%;
    padding: 3px;
    margin-right: -4px;
}

.social-widget ul li a.facebook {
    color: #FFF !important;
    background-color: #3b5999;
}

.social-widget ul li a.twitter {
    color: #FFF !important;
    background-color: #00aced;
}

.social-widget ul li a.google {
    color: #FFF !important;
    background-color: #d44332;
}

.social-widget ul li a.instagram {
    color: #FFF !important;
    background-color: #8A3AB9;
}

.social-widget ul li a.youtube {
    color: #FFF !important;
    background-color: #E31010;
}

.social-widget ul li a.rss {
    color: #FFF !important;
    background-color: #FE7E00;
}

.social-widget ul li a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Subscribe Widget
\*------------------------------------*/
.widget.subscribe-widget {
    padding: 30px;
    background-color: #222;
}

.widget.subscribe-widget form input.input {
    background: #FFF;
    border: none;
}

.subscribe-widget form button.input-btn {
    margin-top: 15px;
}

.widget.subscribe-widget form button.input-btn {
    display: block;
    width: 100%;
}

.footer-widget.subscribe-widget form input.input {
    color: #DDD;
}

/*------------------------------------*\
	Galery Widget
\*------------------------------------*/
.galery-widget ul li {
    display: inline-block;
    width: 25%;
    padding: 3px;
    margin-right: -4px;
    margin-top: -4px;
}

.galery-widget ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.galery-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #222;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a:after {
    content: "\f030";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a img {
    width: 100%;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

.galery-widget ul li a:hover:before {
    opacity: 0.5;
}

.galery-widget ul li a:hover:after {
    opacity: 1;
}

.galery-widget ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------------------------------*\
	Tweets Widget
\*------------------------------------*/
.tweets-widget .tweet + .tweet {
    margin-top: 30px;
}

.tweets-widget .tweet {
    min-height: 45px;
}

.tweets-widget .tweet i {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
    text-decoration: underline;
}

/*------------------------------------*\
	tags Widget
\*------------------------------------*/
.widget-tags ul li {
    display: inline-block;
    margin-top: 3px;
}

.widget-tags ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

.widget-tags ul li a:hover {
    color: #EF233C;
    border-color: #EF233C;
}

/*=========================================================
	ARTICLE POST
===========================================================*/
.article-post .article-main-img {
    margin-bottom: 15px;
}

.article-post .article-main-img img {
    width: 100%;
}

/*------------------------------------*\
	Breadcrumb
\*------------------------------------*/
.article-breadcrumb {
    margin-bottom: 15px;
}

.article-breadcrumb > li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
	Article Share
\*------------------------------------*/
.article-share {
    position: absolute;
    left: -45px;
    top: 0;
}

.article-share > a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12.5px;
    text-align: center;
    background-color: #222;
    color: #FFF;
}

.article-share > a.facebook {
    color: #FFF;
    background-color: #3b5999;

}

.article-share > a.twitter {
    color: #FFF;
    background-color: #00aced;
}

.article-share > a.google {
    color: #FFF;
    background-color: #d44332;
}

.article-share > a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Article Comments
\*------------------------------------*/
.article-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments .media {
    position: relative;
}

.article-comments .media:after {
    content: "";
    position: absolute;
    left: 22.5px;
    top: 60px;
    bottom: 15px;
    width: 1px;
    background-color: #DDD;
}

.article-comments > .media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments > .media .media {
    margin-top: 30px;
    margin-left: 45px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left img {
    border-radius: 50%;
    width: 45px;
}

.article-comments .media .media-body .media-heading h5 {
    margin-top: 0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
    font-size: 12.5px;
    text-transform: uppercase;
}

/*------------------------------------*\
	Reply Form
\*------------------------------------*/
.article-reply-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input + input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
	FOOTER
===========================================================*/
#footer {
    background-color: #07090C;
}

#footer p {
    color: #DDD;
}

#footer a {
    color: #DDD;
}

#footer a:hover {
    color: #EF233C;
}

/*------------------------------------*\
	Top Footer
\*------------------------------------*/
.footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    margin-bottom: 15px;
}

.footer-widget .widget-title .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 10px;
}

.footer-widget .footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo > img {
    width: 100%;
    max-height: 90px;
}

/*------------------------------------*\
	Bottom Footer
\*------------------------------------*/
.footer-links {
    text-align: right;
}

.footer-links li {
    display: inline-block;
}

.footer-links li a {
    display: block;
    padding: 0px 10px;
    color: #DDD;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}

.footer-copyright {
    color: #DDD;
}

.footertext {
    font-family: Salvosans;
    font-weight: 400;
    font-size: 12px;
    color: #ccc;
    line-height: 2.1;
    margin-left: 18px;
}

i {
    color: #3975b6;
}

.borderfooter {
    border-top: 1px solid #313131;
}

.brand {
    width: 80px;
    margin-bottom: 5px
}

.w3l_search {
    float: left;
    width: 80%;
    margin-top: 10px;
}

.w3l_search input[type="text"] {
    outline: none;
    padding: 10px;
    color: #212121;
    margin-top: 1px;
    font-size: 14px;
    width: 80%;
    background: #fff;
    border: 1px solid #999;
    float: left;
}

#menu {
    color: #000000 !important;
    font-weight: bold;
}

.dropdown-flat, .dropdown-flat .dropdown-item {
    background: transparent !important;
    z-index: 1;

}

.dropdown-flat .dropdown-item {
    padding: 5px 10px !important;
    /*margin-top:10px;*/
    font-size: 10pt !important;
    font-weight: 400 !important;
}
.menucentre {
    padding-right: 10px;
    padding-left: 10px;
}
.menucentre a{
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-flat .dropdown-item:not(:last-child) {
    border-right: solid 1px #000000 !important;
}

.dropdown-flat .dropdown-item:hover {
    border-bottom: #F3F7F6 solid 2px !important;
}

.footer_links h4 {
    color: #3a76b6 !important;
    font-size: 20px !important;
    font-family:Salvosans-regular;
    font-weight: 600;
}

.footer_links i {
    color: #3a76b6 !important;
    font-size: 20px !important;
}

.footer_links p {
    font-size: 13px !important;
}

.footertext {
    margin-left: 0 !important;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 10px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 30%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    letter-spacing: 2px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding-left: 10px !important;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

#basicSlider {
    position: relative;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
/*figure img{
width:100%;
height:auto;
}
figure figcaption{
background:rgba(4,92,167,0.2);
font-style:italic;
font-weight:400;
font-size:8pt;
padding:2px 5px;
}*/
.btn-tags{
    border-radius:5px;
    padding: 2px 6px;
    font-size:8pt;
}
.content{
    color: #404040; 
    font-size: 17px;
    font-family: "SalvoSans-Light", Arial, sans-serif;
    line-height: 25px;
}
h4,.related-tags{
font-weight:400 !important; 
}
@media(min-width:761px )
{
    .author-img{
        height: 144px !important;

    }
    .author-img img{
        width:100% !important;
    }
}
.article-body a:not(.btn-tags){
    color:#3A76B6;
}
.sdv-control{
    float:right;
}
.sdv-control button { 
    background: transparent; 
    border: 1px solid #000;
     color: #000 !important; 
     font-weight: bold; 
     padding: 0px 8px;
      cursor: pointer; 
  }


.btn-facebook{
    background:rgb(59, 89, 152);
    border: 0;
}
.btn-twitter{
    background:rgb(29, 161, 242);
    border: 0;
}
.btn-telegram{
    background:#0088cc;
    border: 0;
}
.btn-whatsapp{
    background:rgb(37, 211, 102);
    border: 0;
}
.btn-email{
    background:rgb(219, 68, 55);
    border: 0;
}
.btn-linkedin{
    background:rgb(0, 119, 181);
    border: 0;
}




