@charset "utf-8";
/* CSS Document */
 @font-face {
     font-family: 'montserrat';
     src: url("../fonts/montserrat-hairline.eot");
     src: url("../fonts/montserrat-hairline.eot?#iefix") format('embedded-opentype'), url("../fonts/montserrat-hairline.woff") format('woff'), url("../fonts/montserrat-hairline.ttf") format('truetype'), url("../fonts/montserrat-hairline.svg#Montserrat-Hairline") format('svg');
     font-weight: 200;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 @font-face {
     font-family: 'montserrat';
     src: url("../fonts/montserrat-light.eot");
     src: url("../fonts/montserrat-light.eot?#iefix") format('embedded-opentype'), url("../fonts/montserrat-light.woff") format('woff'), url("../fonts/montserrat-light.ttf") format('truetype'), url("../fonts/montserrat-light.svg#Montserrat-Light") format('svg');
     font-weight: 400;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 @font-face {
     font-family: 'montserrat';
     src: url("../fonts/montserrat-regular.eot");
     src: url("../fonts/montserrat-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/montserrat-regular.woff") format('woff'), url("../fonts/montserrat-regular.ttf") format('truetype'), url("../fonts/montserrat-regular.svg#Montserrat-Regular") format('svg');
     font-weight: 600;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 @font-face {
     font-family: 'montserrat';
     src: url("../fonts/montserrat-bold.eot");
     src: url("../fonts/montserrat-bold.eot?#iefix") format('embedded-opentype'), url("../fonts/montserrat-bold.woff") format('woff'), url("../fonts/montserrat-bold.ttf") format('truetype'), url("../fonts/montserrat-bold.svg#Montserrat-Bold") format('svg');
     font-weight: 800;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .breaking{
    font-family:'montserrat", sans-serif';
     font-weight: 800 !important
}
.breakingNews {
  width: 90%;
  height: 40px;
  background: rgba(255, 255, 255, 0.10);
  position: relative;
  border: solid 1px var(--white);
  overflow: hidden;
  /* color: #FFF; */
  border-radius: 42px;
}
.breakingNews>.bn-title {
  width: auto;
  height: 40px;
  display: inline-block;
  background: #DF9226 !important;
  position: relative;
  margin-right: 789px;
}
.breakingNews>.bn-title>h2 {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  height: 40px;
  box-sizing: border-box;
  font-family: var(--text-font);
}
 .breakingNews>.bn-title>span{
    width: 0;
    position:absolute;
    right:-10px;
    top:10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #DF9226;
}
.breakingNews>ul {
   padding: 0;
   margin: 0;
   list-style: none;
   position: absolute;
   left: 96px !important;
   top: 0;
   right: 40px;
   height: 40px;
   font-size: 16px;
   overflow: hidden;
   white-space: nowrap;
}
.breakingNews>ul>li {
  position: absolute;
  height: 40px;
  width: 100%;
  line-height: 40px;
  display: none;
  /* color: #fff; */
  font-family: var(--text-font);
  font-size: 13px;
  width: max-content;
}
.breakingNews>ul>li>a {
   text-decoration: none;
   color: #fff;
   overflow: hidden;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-weight: normal;
   margin-right: 0px;
   /* width: 470px; */
}
 .breakingNews>ul>li>a>span{
    color:#DF9226 !important;
}
 .breakingNews>ul>li>a:hover{
    color:var(--white);
}
 .breakingNews>.bn-navi{
    width:40px;
     height:40px;
     position:absolute;
     right:0;
     top:0;
     opacity:0;
}
 .breakingNews>.bn-navi>span{
    width:20px;
     height:40px;
     position:absolute;
     top:0;
     cursor:pointer;
     opacity:0.3;
     background-image:url(../img/bn-arrows.png);
     background-repeat:no-repeat;
}
 .breakingNews>.bn-navi>span:hover{
    opacity:1;
}
 .breakingNews>.bn-navi>span:first-child{
    background-position:left center;
     left:0;
}
 .breakingNews>.bn-navi>span:last-child{
    background-position:right center;
     right:0;
}
 .breakingNews:hover .bn-navi{
    opacity:1;
}
 .bn-large{
    height:50px;
}
 .bn-large>.bn-title{
    height:50px;
}
 .bn-large>.bn-title>h2{
    line-height:50px;
     font-size:26px;
}
 .bn-large>.bn-title>span{
    top:15px;
}
 .bn-large>ul{
    height:50px;
     left:250px;
     font-size:20px;
}
 .bn-large>ul>li{
    height:50px;
     line-height:50px;
}
 .bn-large>.bn-navi{
    height:50px;
}
 .bn-large>.bn-navi>span{
    height:50px;
}
 .bn-small{
    height:30px;
}
 .bn-small>.bn-title{
    height:30px;
}
 .bn-small>.bn-title>h2{
    line-height:30px;
     font-size:18px;
}
 .bn-small>.bn-title>span{
    top:5px;
}
 .bn-small>ul{
    height:30px;
     left:200px;
     font-size:14px;
}
 .bn-small>ul>li{
    height:30px;
     line-height:30px;
}
 .bn-small>.bn-navi{
    height:30px;
}
 .bn-small>.bn-navi>span{
    height:30px;
}
/*color styles -----------------------------*/
 .bn-red{
    border-color:#f44a56;
}
 .bn-red>.bn-title{
    background:#f44a56;
}
 .bn-red>.bn-title>span{
    border-left-color:#DF9226
}
 .bn-red>ul>li>a:hover,.bn-red>ul>li>a>span{
    color:var(--yellow-alt);
}
 .bn-green{
    border-color:#27ae60;
}
 .bn-green>.bn-title{
    background:#27ae60;
}
 .bn-green>.bn-title>span{
    border-left-color:#27ae60;
}
 .bn-green>ul>li>a:hover,.bn-green>ul>li>a>span{
    color:#27ae60;
}
 .bn-purple{
    border-color:#795aac;
}
 .bn-purple>.bn-title{
    background:#795aac;
}
 .bn-purple>.bn-title>span{
    border-left-color:#795aac;
}
 .bn-purple>ul>li>a:hover,.bn-purple>ul>li>a>span{
    color:#795aac;
}
 .bn-turquoise{
    border-color:#1fb5ad;
}
 .bn-turquoise>.bn-title{
    background:#1fb5ad;
}
 .bn-turquoise>.bn-title>span{
    border-left-color:#1fb5ad;
}
 .bn-turquoise>ul>li>a:hover,.bn-turquoise>ul>li>a>span{
    color:#1fb5ad;
}
 .bn-orange{
    border-color:#f46e27;
}
 .bn-orange>.bn-title{
    background:#f46e27;
}
 .bn-orange>.bn-title>span{
    border-left-color:#f46e27;
}
 .bn-orange>ul>li>a:hover,.bn-orange>ul>li>a>span{
    color:#f46e27;
}
 .bn-black{
    border-color:#333;
}
 .bn-black>.bn-title{
    background:#333;
}
 .bn-black>.bn-title>span{
    border-left-color:#333;
}
 .bn-black>ul>li>a:hover,.bn-black>ul>li>a>span{
    color:#333;
}
 .bn-yellow{
    border-color:#d3ac23;
}
 .bn-yellow>.bn-title{
    background:#d3ac23;
}
 .bn-yellow>.bn-title>span{
    border-left-color:#d3ac23;
}
 .bn-yellow>ul>li>a:hover,.bn-yellow>ul>li>a>span{
    color:#d3ac23;
}
 .bn-light{
    border-color:#DDD;
}
 .bn-light>.bn-title{
    background:#DDD;
}
 .bn-light>.bn-title>h2{
    color:#333;
}
 .bn-light>.bn-title>span{
    border-left-color:#DDD;
}
 .bn-light>ul>li>a:hover,.bn-light>ul>li>a>span{
    color:#DDD;
}
 .bn-pink{
    border-color:#d65aac;
}
 .bn-pink>.bn-title{
    background:#d65aac;
}
 .bn-pink>.bn-title>span{
    border-left-color:#d65aac;
}
 .bn-pink>ul>li>a:hover,.bn-pink>ul>li>a>span{
    color:#d65aac;
}
 .bn-darkred{
    border-color:var(--yellow-alt);
}
 .bn-darkred>.bn-title{
    background:var(--yellow-alt);
}
 .bn-darkred>.bn-title>span{
    border-left-color:#DF9226 !important;
}
 .bn-darkred>ul>li>a:hover,.bn-darkred>ul>li>a>span{
    color:#DF9226 !important;
}
 .bn-bordernone{
    border:none;
}
 .bn-italic>ul>li>a{
    font-style:italic;
}
 .bn-bold>ul>li>a{
    font-weight:bold;
}
 .breakingNews>.bn-navi, .breakingNews>ul>li>a, .breakingNews>.bn-navi>span{
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
}

/* ============== RESPONSIVE DESIGN ============== */

/* Tablets and below (768px) */
@media (max-width: 768px) {
    .breakingNews {
        width: 100%;
        height: 36px;
    }

    .breakingNews>.bn-title {
        height: 36px;
        margin-right: 0;
    }

    .breakingNews>.bn-title>h2 {
        line-height: 36px;
        font-size: 13px;
        padding: 0 12px;
        height: 36px;
    }

    .breakingNews>.bn-title>span {
        top: 8px;
        border-width: 9px 0 9px 9px;
    }

    .breakingNews>ul {
        left: 70px !important;
        right: 35px;
        height: 36px;
        font-size: 14px;
    }

    .breakingNews>ul>li {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    .breakingNews>ul>li>a {
        font-size: 12px;
    }

    .breakingNews>.bn-navi {
        width: 35px;
        height: 36px;
    }

    .breakingNews>.bn-navi>span {
        width: 18px;
        height: 36px;
    }
}

/* Mobile devices (480px and below) */
@media (max-width: 480px) {
    .breakingNews {
        width: 100%;
        height: 32px;
    }

    .breakingNews>.bn-title {
        height: 32px;
    }

    .breakingNews>.bn-title>h2 {
        line-height: 32px;
        font-size: 11px;
        padding: 0 10px;
        height: 32px;
    }

    .breakingNews>.bn-title>span {
        top: 6px;
        border-width: 8px 0 8px 8px;
    }

    .breakingNews>ul {
        left: 58px !important;
        right: 30px;
        height: 32px;
        font-size: 12px;
    }

    .breakingNews>ul>li {
        height: 32px;
        line-height: 32px;
        font-size: 11px;
    }

    .breakingNews>ul>li>a {
        font-size: 11px;
    }

    .breakingNews>.bn-navi {
        width: 30px;
        height: 32px;
    }

    .breakingNews>.bn-navi>span {
        width: 15px;
        height: 32px;
    }
}

/* Small mobile devices (360px and below) */
@media (max-width: 360px) {
    .breakingNews {
        height: 30px;
    }

    .breakingNews>.bn-title {
        height: 30px;
    }

    .breakingNews>.bn-title>h2 {
        line-height: 30px;
        font-size: 10px;
        padding: 0 8px;
        height: 30px;
    }

    .breakingNews>.bn-title>span {
        top: 5px;
        border-width: 7px 0 7px 7px;
    }

    .breakingNews>ul {
        left: 52px !important;
        right: 28px;
        height: 30px;
    }

    .breakingNews>ul>li {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }

    .breakingNews>ul>li>a {
        font-size: 10px;
    }

    .breakingNews>.bn-navi {
        width: 28px;
        height: 30px;
    }

    .breakingNews>.bn-navi>span {
        width: 14px;
        height: 30px;
    }
}

/* Large screens optimization (1440px and above) */
@media (min-width: 1440px) {
    .breakingNews {
        width: 85%;
        height: 45px;
    }

    .breakingNews>.bn-title {
        height: 45px;
    }

    .breakingNews>.bn-title>h2 {
        line-height: 45px;
        font-size: 16px;
        height: 45px;
    }

    .breakingNews>.bn-title>span {
        top: 12px;
        border-width: 11px 0 11px 11px;
    }

    .breakingNews>ul {
        height: 45px;
        font-size: 17px;
    }

    .breakingNews>ul>li {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .breakingNews>.bn-navi {
        height: 45px;
    }

    .breakingNews>.bn-navi>span {
        height: 45px;
    }
}
