.keyevents {
    border-left: 2px solid rgb(236, 236, 236);
    border-right: 2px solid rgb(236, 236, 236);
    border-bottom: 2px solid rgb(236, 236, 236);
    border-top: 2px solid #d60000;
    padding: 0px 10px 10px 10px;
    margin-bottom: 80px;
}

.liveblog-key-events h2 {
    background: #d60000;
    color: #fff !important;
    text-align: left;
    margin: 20px 0px !important;
    padding: 5px !important;
}

.liveblog-entry-edit {
    display:none !important;
}



.liveblog-author-avatar,.liveblog-author-name {
    display: none;
}

.widgetizedArea header.liveblog-meta {
    background: #efefef;
    padding: 5px 3px;
    display: none;
}
 .liveblog-meta .date, .liveblog-meta .time {
     color: #fff;
    padding: 10px;
}
article div.liveblog img{
width: 100%;
height: auto;
}
article div.liveblog {
background: rgba(253, 253, 253, 0.993);
margin-bottom: 15px;
border-radius: 0px 0px 10px 10px;
border: 2px solid rgb(236, 236, 236);
}

article .liveblog-entry {
    padding: 0px;
}
article .liveblog-entry .liveblog-entry-text{
margin: 10px 40px 0 40px;
}

article #liveblog-entries {
    padding: 0px;
}



/**
Key events beging
**/
.activity-month {
    margin-bottom: 20px;
    color: #c4c4c4;
  }
  .activity-month:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 17px;
    background: #d60000;
    margin-left: 36px;
    border: 4px solid #d60000;
    border-radius: 100%;
    position: relative;
  }

  .activity-timeline {
    position: relative;
    width: 100%;
    margin: 0px auto;
  }
  .liveblog-key-timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 44px;
    display: block;
    width: 4px;
    background: #d60000;
    margin-left: -2px;
    z-index: -1;
  }

  .liveblog-entry {
    position: relative;
  }
  .liveblog-entry:after {
    content: '';
    display: table;
    clear: both;
  }
  .liveblog-entry:first-child {
    margin-top: 0;
  }
  .liveblog-entry:last-child {
    margin-bottom: 0;
  }
  .liveblog-entry:last-child > .link {
    margin-bottom: 0;
  }
  .liveblog-entry.type-key {
    position: relative;
    background: rgb(245, 245, 245);
    padding: 15px;
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 20px;
      list-style: none !important;
      margin-left: 0px;
      
  }


.widget_liveblog .liveblog-entry {
    background: none !important; 
 padding: 0px !important;
     border: 0px solid #000 !important; 
}
.liveblog-key-timeline {
          list-style: none !important;

}

 
  .liveblog-entry .link {
      font-size: 14pt;
      font-weight: bold;
  }

/**
Key events end
**/

.liveblog-meta .time {
background: #e90000;
border-right: 1px solid rgba(255, 255, 255, 0.74);
}

article header.liveblog-meta {
    background: #000;
   padding: 5px 10px 5px 0px;
}


article .liveblog-entry .liveblog-meta .liveblog-meta-time {
    float: none;
    margin-left: 10px;
    font-size: 10px;
    line-height: 12px;
}


.liveblog-time-update span.time {
float: left;
}
.liveblog-time-update span.date {
    float: right;
}

.feeddata_liveblog div.liveblog {
    padding:10px;
    border-top: 1px solid #ccc;
}

.widget_liveblog div.liveblog {
    border-bottom: none;
    border-top: none;


}

.widget_liveblog header span.time {
    color: #000000;
}
.widget_liveblog header {
    padding:3px;
    border-top:1px solid #9a9a9a;
    background: #dbdbdb;
    color: #000;
}

.liveblog-meta-time a {
    width:100%;
color:#fff !important;
}

.widget_liveblog .teaser span {
    display: block !important;
    height: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 1px;
    position: relative;
}
.widget_liveblog .teaser span.liveblog-author-name,
.widget_liveblog .teaser span.date,
.widget_liveblog .teaser span.liveblog-author-avatar {
    display: none !important;
}

.liveblog-entry-text h2{
    font-size: 16pt;
    margin: 10px 0px;
}

.liveheader h4:before{
    content: '\f0a1';
    font-family: FontAwesome;
    margin-right: 10px;
}
.liveheader h4{
    font-size: 10pt;
    margin: 10px 0px 0px 0px;

}

.liveheader {
    position: relative;
}

.liveheader svg {
    position: absolute;
    left:10px;
    top:20px;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
    fill: #FFF;
}


/* marquee at top */


.breaking-news {
    width: 60%;
    display: inline-block;
    background-color: #292929;
    color: #c6c6c6;
    overflow: hidden;
    margin-left: 1%;
}

.breaking-news .wrapper {
    position: relative;
}

.breaking-news .br-title {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 14pt;
    font-weight: 900;
    letter-spacing: -.8px;
    text-transform: uppercase;
    color: #b60000;
    line-height: 29px;
    cursor: default;
}

.breaking-news .br-navi {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 43px;
    cursor: default;
}

.breaking-news .br-navi a {
    display: inline-block;
    position: relative;
    margin-left: 0;
    line-height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
    font-size: 10px;
}

.breaking-news .br-navi a:before {
    display: block;
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #efc220;
    border-radius: 50%;
    opacity: .1;
    filter: alpha(opacity=10);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.breaking-news .br-navi a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.breaking-news .br-navi a i {
    display: block;
    position: relative;
    z-index: 2;
}

.breaking-news .br-navi a:hover {
    color: #232323;
}

.breaking-news .br-article-list {
    display: block;
    position: absolute;
    left: 47px;
    width: 94%;
    top: 0;
    right: 0;
    line-height: 14px;
    font-size: 12px;
    overflow: hidden;
}

.breaking-news .br-article-list:after,.breaking-news .br-article-list:before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    width: 100px;
    height: 100%;
    box-shadow: 5px 0 60px 40px #292929;
    content: '';
}

.breaking-news .br-article-list:before {
    left: auto;
    right: 100%;
}

.breaking-news .br-article-list a {
    color: #c6c6c6;
    display: inline-block;
    line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong {
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    line-height: 14px;
    vertical-align: middle;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong {
    border-color: #ccc;
}

.breaking-news .br-article-list a strong {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-weight: 900;
}

.breaking-news .br-article-list a.post-title-comment {
    color: #efc220;
    margin-left: 5px;
    display: inline-block;
    font-weight: 700;
}

.breaking-news .br-article-list a.post-title-comment i {
    padding-right: 3px;
    width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover {
    color: #fff;
}

.breaking-news .br-article {
    display: inline-block;
    white-space: nowrap;
    margin-right: 24px;
    position: relative;
}

.breaking-news .br-article:before {
    display: block;
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    font-size: 4px;
    padding-top: 9px;
    right: -9px;
    color: rgba(255,255,255,.2);
}

.breaking-news .br-article:last-child:before {
    display: none;
}

.breaking-news .br-article-list-inner {
    display: block;
    white-space: nowrap;
    position: relative;
}



.activity-feed {
    padding: 0px;
}
.activity-feed .feed-item {
    position: relative;
    padding:15px 15px;


    /* padding-bottom: 20px;
    padding-left: 15px;
      border-left: 2px solid #e4e8eb;*/
      border-bottom: 1px solid #ccc;

    margin-bottom: 10px;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}/*
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #d60000;
    margin: 15px;
}
*/
.activity-feed .feed-item .date {
    position: relative;
    top: 0px;
   /* margin-left: 15px;*/
   margin-left: 0px;
/*        color: #8c96a3;*/

    color: #d60000;
    
    text-transform: uppercase;
    font-size: 10pt;
}

.activity-feed .feed-item .text h2 {
    color: #000;
    margin:12px 0px 10px 0px;
    font-size: 13pt;
    line-height: 19px;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
    padding-top: 0px;
    color: #7a7a7a;
    font-size: 10pt;
    line-height: 20px;
}
a.readmorebutton {
    text-decoration: none;
}
.readmorebutton div{
    background: #d60000;
    padding: 5px;
    margin: 0px 20px;
    align-self: center;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

.readmorebutton div h4 {
    font-size:12pt;
    text-transform: uppercase;
}

/*
Twitter
 */

blockquote.twitter-tweet {
    display: inline-block;
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 10px 5px;
    padding: 0 16px 16px 16px;
    max-width: 468px;
}

blockquote.twitter-tweet p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

blockquote.twitter-tweet a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
    text-decoration: underline;
}



/*
Loader
 */

.loader{
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

.feed-item img {
    width:100%;
    height:auto;
    margin:10px 0px;
}


/*
Article page tabs
 */



.tab {
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
    border-bottom: 12px solid rgb(214, 0, 0);

}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid rgb(214, 0, 0);


}
.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs a {
    background-color: #2e2e2e;
    color: #fff;
    min-width: 50px;
    text-align: center;
    -webkit-border-radius:5px 28px 0px 0px;
    -moz-border-radius:5px 28px 0px 0px;
    border-radius:5px 28px 0px 0px;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 10px 30px;
    font-size:18pt;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  /*  border-bottom: 2px solid #d60000;*/
}

.tabs a:hover,.tabs a:focus {
    color: #fff;
    text-decoration: none;


}

.recent-popular-bar,.tabs_item {
    border-right: 20px solid rgb(214, 0, 0);
    border-left: 20px solid rgb(214, 0, 0);
}

.recent-popular-bar {
    background: #d60000;
    padding:10px 5px;

}


.recent-popular-bar a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 5px;
    text-decoration: none;
    font-weight:bold;
    font-size:10pt;
    color: #fff;
    background: #cf0000;
    border: 1px solid #b00000;
}
.recent-popular-bar a.active_link_tab {
    color: #232323;
    background: #fff;


}

.tabs_item {
    display: none;
    padding: 30px 0 0px 0px;

}
.tabs_item h4 {
    font-weight: bold;
    color: #d60000;
    font-size: 20px;
}
.tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}
.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #d60000;
    text-decoration: none;
}


.current a:hover,.current a:focus {
    color: #fff;
    background: #d60000;
}

.topborderblack {
    border-top: 5px solid #000;
    border-color: #232323 !important;
}

.widgetizedArea {
    margin:0px !important;
}


.recent-popular-bar a:hover {
    color: #fff;
}

.recent-popular-bar a:focus {
     color: #000;
 }

.hiddentab {
    display: none;
}



/*

Tooltip
 */

/* box styles */
.box {
    margin: 0px 5px;
    background-color: #d60000;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    color: #fff;

}
.box a {
    color: #fff !important;

}
/* End of box */
/* Triangle */
.triangle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
}
.triangle.top:before {
    border-bottom-color: #d60000;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.triangle.right:before {
    border-left-color: #d60000;
    right: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.triangle.bottom:before {
    border-top-color: #d60000;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.triangle.left:before {
    border-right-color: #d60000;
    left: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.title {
    color: #000;
}
span.date.liveblog-time-update {
    float: right;
    border:1px solid #d60000;
    color: #232323;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding:5px;
    font-size:10pt;
    font-weight:300;
    min-width:80px;
    text-align: center;
}


.search_action_button {
    position:absolute;    left: -105px;
    top: -60px;
    background: none;
    border: 2px solid #d60000;
    padding: 10px 20px;
    font-size: 14pt;
    color: #fff;
    border-radius: 20px;
    outline:none;
}
@keyframes button_hover {
    from {background: none;}
    to {background: #d60000;}
}
.search_action_button:hover {
    background: #d60000;
    animation-name: button_hover;
    animation-duration: 300ms;
}

.search_form_header.moving {
    top: 0px;
    animation-name: move_search_animaton;
    animation-duration: 800ms;
}
.search_form_header {
    position: absolute;
    outline: none;
    margin: 10px 0px;
    top: -75px;
    width: 700px;
    font-size: 30pt;
    color: #fff;
    border: none;
    background: none;
}


.searchbox_head {
    background: #232323;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height:75px;
    z-index: 4;
}

.moving {
    top: 75px;
    animation-name: move_header_animaton;
    animation-duration: 800ms;
}


@keyframes move_header_animaton {
    from {top: 0px;}
    to {top: 75px;}
}

@keyframes move_search_animaton {
    from {top: -75px;}
    to {top: 0px;}
}

.big-section     { color:#FFF; padding-top:100px; }
.row             { margin-bottom:100px; text-align:center; }

h1               { font-size:40px; padding-bottom:30px; padding-top:30px; text-align:center; }





/* TWITTER =========================================== */
#twitter         { background:#1CC1F7; }

/* twitter rectangles =================================================== */
#twitter-rectangle .tw-outside         { background:#0081b7; display:block; height:55px; position:relative; }

#twitter-rectangle .tw-text, #twitter-rectangle .tw-click { display:block; height:100%; padding-top:12px; position:absolute; width:100%;
    transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all;
}
#twitter-rectangle .tw-text            { font-size:14px; font-weight:700; z-index:9999; }
#twitter-rectangle .tw-click           { z-index:8888; }

/* twitter 1 ------------------------------------- */
#tw-1                   { overflow:hidden;  }
#tw-1 .tw-click         { margin-top:-100px; }

#tw-1:hover .tw-text      { margin-top:100px; }
#tw-1:hover .tw-click     { margin-top:0; }

/* twitter 2 ------------------------------------ */
#tw-2                     {  }
#tw-2 .tw-text            { background:#42e7ff; height:100%; width:100%; }
#tw-2 .tw-click           {  }

#tw-2:hover .tw-text      { margin-top:-55px; }
#tw-2:hover .tw-click     {  }

/* twitter circles ====================================================== */
#twitter-circle .tw-outside         { display:block; margin:0 auto; position:relative; }

#twitter-circle .tw-text, #twitter-circle .tw-click { cursor:pointer; display:block; position:absolute; width:100%;
    transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all;
}
#twitter-circle .tw-text            { font-size:20px; font-weight:700; z-index:9999; }
#twitter-circle .tw-click           { z-index:8888; }

/* twitter 3 ------------------------------------ */
#tw-3                     { height:100px; width:100px; }
#tw-3 .tw-text            { background:#0081b7; font-size:60px; height:100%; padding-top:10px;
    border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
}
#tw-3 .tw-click           { background:#42e7ff; opacity:0; padding:10px 10px 5px; margin-top:25px; margin-left:-40px; padding-left:30px; width:auto;
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

#tw-3:hover .tw-text      { margin-left:-100px;
    transform:rotate(-360deg); -moz-transform:rotate(-360deg); -webkit-transform:rotate(-360deg);
}
#tw-3:hover .tw-click     { opacity:1; margin-left:-20px; }

/* twitter 4 --------------------- */
#tw-4                     { background:#0081b7; height:50px; overflow:hidden; text-align:center; width:50px;
    border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
    transition:0.3s ease all; -moz-transition:0.3s ease all; -webkit-transition:0.3s ease all;
}
#tw-4 .tw-text            { font-size:30px; height:100%; padding-top:5px; }
#tw-4 .tw-click           { opacity:0; padding:10px 10px 5px; margin:0 auto; margin-top:0px; }

#tw-4:hover               { width:200px;
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
#tw-4:hover .tw-text      { opacity:0; }
#tw-4:hover .tw-click     { opacity:1; margin-top:5px; }


.social_rounded {
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #fff;
    padding:6px 10px;
}

.tw-text .fa {
    margin-right:5px;
}

.twitter_us .fa{
    color: #39c7dc;

}
.facebook_us .fa{
    color: #32498f;

}
.facebook_us, .twitter_us, .newsletter_us {
    color: #fff;
}

.facebook_us .tw-text {
    background: #32498f !important;
}
.twitter_us .social_rounded {
    padding:6px 7px;
}

.newsletter_us .social_rounded {
    padding:6px 7px;
}
.twitter_us .tw-text {
    background: #39c7dc !important;
}

.newsletter_us .tw-text {
    background: #d60000 !important;
}

.tw-outside.newsletter_us{
    background: #760000 !important;

}

.newsletter_us .fa{
    color: #d60000;

}





/* Responsive CSS
*/

@media all and (min-width: 1024px) {

    #signin.social_sites .label {
        background: #000 !important;
    }
    #signin.social_sites:before {
        border:none;
    }

}

@media all and (min-width: 1024px) {
    #logo {
        height: 70px;
        width: 120px
    }
    .breaking-news {
        width: 50%;
    }
}

@media all and (max-width: 1024px) {
    #logo {
        height: 70px;
        width: 100px !important;
    }
   .search {
       display: none;
   }
    .otherservicesmenu {
        display: inline-block !important;
    }
    #signin {
        display: none;
    }
    .mod-header > .primary {
        height:60px !important;
    }
    .breaking-news {
        width:60%;
    }
    .searchbox_head {
        height:60px !important;
    }
}


@media all and (max-width: 468px) {
    .search {
        display: block;
    }
    .otherservicesmenu {
      /*  display: none !important;*/
    }

    .breaking-news {
        width:100%;
    }

    .searchbox_head {
        height:50px !important;
    }
    .mod-header > .primary {
       /* height:50px !important;*/
    }
}

.otherservicesmenu {
float:right;
    display: inline-block;
    margin-left: 0px;    border-left: 1px solid #858585
}


.EmbeddedTweet, .EmbeddedTweet-tweet, .twitter-tweet {
    width:100% !important;
    max-width:100% !important;
}



blockquote.twitter-tweet {
    display: inline-block;
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 10px 5px;
    padding: 0 16px 16px 16px;
    max-width: 100%;
}

blockquote.twitter-tweet p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

blockquote.twitter-tweet a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
    text-decoration: underline;
}

.embed-twitter {
    width: 100% !important;
}


twitterwidget::shadow .EmbeddedTweet, .oembed-twitter .twitter-tweet {
    max-width: 100%;
}

.wp-caption-text {
    padding: 10px;
    background: #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}




.inner.section-theme-border strong {
    font-weight:600;
}


.fve-video-wrapper {
  /*  display:none !important; */
}


h4, .h4 {
    font-size: 22px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    color: inherit !important;
}

p {
    margin: 0 0 35px !important;
    line-height: 18pt !important;
}