/*
Theme Name: mvigilmag
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mvigilmag
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  color :#000;
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:'Noto Sans', serif;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
    color: #000;
    
}

a:active,
a:hover {
  outline: 0;
    color: #c00300;
    text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #b50404 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0 1rem;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a img{width: 100%; height: auto;}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}



@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
    position: relative;
  /*background: #f9f9f9;*/
}
#masthead .navbar-nav > li>a::after{display:block;content:'';border-width:2px;border-style:solid;transform:scaleX(0);transition:transform 250ms ease-in-out;border-color:#7e0a0e; position: relative; bottom: -8px;}
#masthead .navbar-nav > li>a:hover:after,#masthead .navbar-nav > li.current-menu-item>a:after{transform:scaleX(1)}
#main-nav .navbar-nav{display:-webkit-flex;display:flex;position:relative; width: calc(100% - 40px)}
#main-nav .navbar-nav>li{text-align:center;flex:auto;box-sizing: border-box; padding: 0 2px;position: relative;} /*dropdown menu*/
#main-nav .navbar-nav>li .sub-menu {display: none; position: absolute; left: 0; width: 150px; background-color: #b50404; padding: 0; margin: 0; list-style: none; text-align: left;}
#main-nav .navbar-nav>li:hover .sub-menu {display: block;}
#main-nav .navbar-nav>li .sub-menu li a {color: #fff;}
#main-nav .navbar-nav>li .sub-menu li:hover a { background-color: #ab5202;}
.navbar-brand {
  height: auto;
    width: 100%; margin: 0;
}
.datetime{color:#fff;font-size:12px;padding-top:8px;}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: calc(50% - 10px);
    margin-right: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width:calc(50% - 10px);
    margin-left: 10px;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
    margin-bottom: 1.875rem;
    float: left;
    width: 100%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
        font-weight: bold;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
::placeholder {color: #fff;opacity: 1;}
:-ms-input-placeholder {color:#fff;}
::-ms-input-placeholder {color: red;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}
.topbar{ background-color: #242424 }
/* TOP MENU */
.topmenu {
  float: left;}

.menu-top {
  margin: 0; }

.menu-top li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.menu-top li a {
  display: block;
  color: inherit;
  position: relative;
  padding: 0px 10px 5px; 
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.menu-top > li:first-child {
  margin-left: -8px; }

.menu-top > li.menu-item-has-children > a:before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333333;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1); }

.menu-top li.menu-item-has-children:hover a:before {
  height: 100%; }

.menu-top li a:hover {
  text-decoration: none; }

.menu-top li ul {
  position: absolute;
  margin: 0px 0 0;
  background-color: #333333;
  transition-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 9998;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1); }

.menu-top li ul li {
  width: auto;
  display: block;
  float: none; }

.menu-top li ul li a {
  width: auto;
  color: #888;
  line-height: 1.5;
  height: auto;
  width: 160px;
  padding: 8px 10px; }

.menu-top li ul ul {
  margin: 0;
  top: 0;
  left: 100%; }

.menu-top li:hover > ul {
  visibility: visible;
  opacity: 1; }

.menu-top .menu-item-has-children:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 50%;
  opacity: 0.7;
  right: 2px;
  margin: -2px 0 0;
  border-top: 3px solid #bbb;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent; }

.menu-top li ul .menu-item-has-children:before {
  right: 10px;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 3px solid #bbb;
  border-bottom: 3px solid transparent;
  border-right: none; }
.social {
  text-align: right;
  padding: 2px 0 0;
  width: auto; }

.social .social-profile {
  display: block;
  position: relative;
  float: left;
  color: #fff;
  margin: 0;
  width: 30px;
  font-size: 14px;
  text-align: center; }
.navbar-brand.m-logo,.m-sub-menu{display: none;}
.m-sub-menu{ background-color: #b50404; float: left; width: 100%; }
.scroll-menu-top{width: calc(100% - 40px); float: left; height: 40px; overflow-x: auto; overflow-y: hidden; box-sizing: border-box;}
.scroll-menu-top ul{display:table;float:left;margin:0;padding:0;width:100px;list-style:none} 
.scroll-menu-top ul li{display:table-cell} 
.scroll-menu-top ul li a{position:relative;color:#fff;font-size:16px;font-weight:500;line-height:40px;display:block;padding:0 14px;white-space:nowrap} 
.scroll-menu-top ul .active a:after{content:'';position:absolute;left:0;bottom:1px;border-bottom:3px solid #ff5f00;width:100%;height:0}
.home-link{width:40px;height:40px;float:left;} 
.home-link a{display:block;width:40px;overflow:hidden; color: #fff; padding: 7px; text-align: center;font-size: 19px;}


.social .social-profile .social-title { display: none;}

.social .social-profile:hover {
  text-decoration: none; 
}
.mobilesocial{ display:none;float: left; width: 100%; margin-top: 10px; margin-bottom: 5px;}
.social.mobilesocial { text-align: center;}
.social.mobilesocial a{ float: none;display: inline-block;}
.social.mobilesocial .social-profile{ font-size: 2em;  margin: 0 1px;}

.border-s-5 { border-top-width: 3px;border-style: solid;}
.border-color-4 {border-color: #b50404;}
.border-s-7 { border-top-width: 3px;border-style: solid;}
.border-color-6 {border-color: #b50404;}

.brandbar .container .col-md-2{ padding-left: 0;}


.t_link-box{ width: 100%;}
.t_link-box a{ display: block; float: right; width:135px; border-radius: 10px; font-size: 14px; text-transform: uppercase; text-align: center;  box-sizing: border-box; font-weight: bold;box-shadow:0 0 3px 1px #afadad; position: relative; padding-left: 30px; overflow: hidden; padding-top: 4px; padding-bottom: 4px;}
.t_link-box .icon-bar{ display: block; float: left; background-color: #e5020d; position: absolute; left: 0; top: 0; height: 100%; width: 30px;}
.t_link-box .icon-bar i{color: #fff;position: absolute;left: 50%; top: 50%;  margin: -8px 0 0 -6px;}
.t_link-box a:first-child{ margin-bottom: 10px;}

.navbar-collapse .supporter-link{display: none;}


.searchbar{margin-bottom:auto;margin-top:auto;height:48px;background-color:#353b48; z-index: 10;padding:6px; right: 0; top:0; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900;border-radius: 4px;}
.search_input{color:white;border:0;outline:0;background:0;width:0;caret-color:transparent;line-height:28px;height: 36px;transition:width .4s linear}
.searchbar:hover>.search_input{padding:0 10px;width: 163px;caret-color:red;transition:width .4s linear}
.search-submit{height:36px;width:30px;float:right;display:flex;justify-content:center;align-items:center;border-radius:50%;color:white;text-decoration:none;text-indent: -999px; background: none; border: 0; position: relative; z-index: 2; padding: 0;}
.searchbar:after{content: '\f002';  position: absolute;  right: 8px; top: 6px; display: block; width: 30px; height: 36px; text-align: center;
    line-height: 36px; color: #fff;border-radius: 4px;}
.searchbar:hover:after{color: #e5020d; background-color: #fff;}


.social .social-profile-facebook:hover { color: #3057a0 !important;}
.social .social-profile-twitter:hover { color: #42bcf1 !important;}
.social .social-profile-instagram:hover { color: #E1306C !important;}
.social .social-profile-linkedin:hover { color: #2687b9 !important;}

.news-list{list-style: none;}
.news-list .eod-data{position: relative;float: left; width: 100%}
.news-list .noradius { border-radius: unset!important; border-radius: 10px 10px 0 0!important;}
.news-list li{ float: left;width: 100%; margin-bottom: 10px;}
.news-list li .thumb { width: 80px;	float: left; margin: 0 5px 0 0; position: relative;}
.news-list li .text-box { width: calc(100% - 125px);	float: left;}
.news-list li .story-title{font-size: 16px; line-height: 22px; margin: 0; padding: 0; overflow: hidden; font-weight: 600;}
.news-list li a{position: relative;display: block;float: left;}

.cat-name {
	font-weight: 500;
    color: #c00300;
}


.top-story .news-list li{width: 35%;}
.top-story .news-list li:first-child{width: calc(65% - 15px); margin-right: 15px; margin-bottom: 0}
.top-story .news-list li:first-child .thumb{height: 439px;}
.top-story .news-list li:first-child .thumb,.top-story .news-list li:nth-child(2) .thumb{width: 100%; margin-right: 0;}
.top-story .news-list li:first-child a{color: #fff;}
.top-story .news-list li:first-child .text-box{border-radius:10px; width: 100%; padding: 60px 10px 10px; position: absolute; left: 0; bottom: 0;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.top-story .news-list li:first-child .story-title{font-size: 28px;line-height: 36px; height: auto;}
.top-story .news-list li:nth-child(2) .text-box{ padding: 5px 10px; border:1px solid #ccc; border-top: 0; float: left; width: 100%;}
.top-story .news-list li:nth-child(2) .story-title{font-size: 18px;line-height: 26px; height: auto;}

.top-story .news-list li:first-child .text-box .cat-name{background-color: #b50404; color: #fff; padding: 0px 11px 3px; width: auto;  border-radius: 3px;}


.top-story-1 .news-list li { float: left; width: calc(100%/2 - 10px/2); position: relative;border-radius: 10px; overflow: hidden;}
.top-story-1 .news-list li:first-child,.top-story-1 .news-list li:nth-child(3) { margin-right: 5px;}
.top-story-1 .news-list li:last-child,.top-story-1 .news-list li:nth-child(2) { margin-left: 5px;}
.top-story-1 .news-list li .thumb { width: 100%; height: auto;margin: 0; border-radius: 0;}
.top-story-1 .news-list li .text-box{ width: 100%; padding: 10px 10px 10px; position: absolute; left: 0; bottom: 0;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.top-story-1 .news-list li .story-title{ color: #fff}
.top-story-1 .news-list li:hover .story-title{ color: #b50404}
.top-story-1 .news-list li .text-box .cat-name{background-color: #b50404; color: #fff; padding: 1px 8px 0px; margin-bottom: 3px; width: auto;  border-radius: 3px;}



.most-read .heading{ background-color: #b50404; color: #fff; padding: 0 5px;}
.most-read .heading .heading-text {font-weight:500; margin-bottom: 0; line-height: 26px; padding: 8px 0 8px 5px;}

.news-list-1 {float: left; width: 100%}
.news-list-1 ul{padding: 0; margin: 0; list-style: none;}
.news-list-1 .box{ float: left; width: calc(100%/2);}
.news-list-1 .box:first-child{padding-right: 5px;}
.news-list-1 .box:last-child{padding-left: 5px;}
.news-list-1 li{ float: left; width: 100%}
.thumb{margin: 0;padding: 0;overflow: hidden;position: relative;}
.thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.thumb:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.medum-size .text-box {height: 95px!important;}
.news-list-1 .box:first-child li .eod-data{ position: relative; margin-bottom: 10px; border-radius: 10px; overflow: hidden;}
.news-list-1 .box:first-child li .text-box{ font-size: 16px; line-height: 20px; width: 100%; padding: 10px 6px 6px; position: absolute; left: 0; bottom: 0;height: 72px;overflow: hidden;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.news-list-1 .box:first-child .story-title{ color: #fff;}
.news-list-1 .box:last-child li{ margin-bottom: 5px;}
.news-list-1 .box:last-child .story-title{font-size: 16px; line-height: 26px; display: inline-block;height:80px;overflow:hidden;font-weight:700}
.view-all { text-align: center;}
.view-all a{
	box-shadow: 0px 1px 1px #9c9797; border-radius: 10px; display: inline-block; padding: 3px 30px; text-transform: uppercase; font-size: 14px;
}
.view-all a:hover{box-shadow: 0px 1px 1px #c00300;}

.border-all{border: 1px solid #ccc; border-radius: 10px; overflow: hidden;}

.editor-picks .carousel-caption{ padding: 20px 10px 10px 10px; text-align: left;left: 0; bottom: 0; right: inherit;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.editor-picks .carousel-caption p{ margin-bottom: 0px; font-weight: bold; font-size: 16px; line-height: 24px;}

.news-list-2,.news-list-rhs-1 ul,.news-list-3 ul,.news-list-4 ul,.news-list-5 ul,.news-list-6 ul,.speed-news ul,.news-list-7 ul,.cat-top-news ul,.cat-top-news-1 ul,.cat-news-1 ul,.newsListfull ul,.news-list-rhs-2 ul,.news-list-rhs-3 ul,.news-list-rhs-4 ul,.news-list-rhs-5 ul,.news-list-rhs-6 ul,.authoer-list ul,.cat-top-news-2 ul,.photosscroll ol{ padding: 0; margin: 0; list-style: none; width: 100%; float: left;}
.heading{position: relative;overflow: hidden;}
.story-short-desc{color: #666;font-weight:400; font-size: 20px; line-height: 30px;padding:0;}
.news-list-4 .story-title{line-height:27px;height:83px;overflow:hidden;font-size:19px;}
.news-list-4 .story-short-desc{color:#666;height:69px;overflow:hidden;font-size:16px;line-height: 23px;}
.cat-link-outer .heading-text{position: relative; margin: 0 5px 0 0; padding-right: 10px;}
.cat-link-outer .heading-text::after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 5px solid transparent; border-left: 5px solid #000; border-bottom: 5px solid transparent;}
.cat-link-outer .nav li{ padding: 0 10px; position: relative;}
.cat-link-outer .nav li:not(:last-child)::after { content: ''; border-right: 1px solid #dad7d7; position: absolute; right: 0;top: 7px; width: 0; height: 14px;}
.cat-link-outer .nav li a{font-weight: 600;}
.cat-link-outer .nav > li > a:focus,.cat-link-outer .nav > li > a:hover { background: none;}
.ad{ background-color: #ccc; text-align: center;}
.ad img{width: auto; }
.icon{position: absolute;left: 5px;bottom: 5px;border-radius: 30px;display: block;line-height: 30px;width: 30px;height: 30px; color: #fff;border: 2px solid #ccc; text-align: center;}
.icon.icon-bg { background-color: rgba(0,0,0,.7);}
.icon.icon-photo{font-size: 14px; line-height: 25px;}
.icon.icon-video{font-size: 13px; line-height: 27px;}

.all-from-cat{ font-size: 16px; text-transform: uppercase; font-weight: 700;color: #b50404; padding-right: 17px; position: relative;}
.all-from-cat:after{ font-size: 32px; font-weight: 100; position: absolute; right: 0; top: 4px; font-weight: 400; content:'\00BB';display: block; height: 16px; line-height: 8px;}
.all-from-cat:hover,.all-from-cat:hover:after{ color: #117ab3;}


.news-list-2 li{ width: calc(100%/4 - 48px/4); flex: auto; margin: 0 8px;}
.news-list-2 li:first-child{ margin-left: 0;}
.news-list-2 li:last-child{margin-right: 0;}
.news-list-2 .thumb {border-radius: 10px 10px 0 0; }
.news-list-2 .text-box{border-radius: 0 0 10px 10px; border: 1px solid #ccc; border-top: 0; padding: 6px 10px 8px; }
.news-list-2 .story-title{ font-size: 16px;  line-height: 24px; margin: 0;font-weight:400;height: 68px;overflow: hidden;}
.news-list .thumb{border-radius: 10px;}
.news-list-4 .thumb {border-radius: 10px;}
.news-list-6 .thumb {border-radius: 10px;}
.speed-news .thumb { border-radius: 10px;}
.news-list-rhs-1 .heading{ padding: 7px 10px 0; color: #b50404;}
.news-list-rhs-1 li{ width: 100%; border-top: 1px solid #ccc; padding:3px 10px 6px;}
.news-list-rhs-1 .story-title { font-size: 16px; line-height: 26px; font-weight: normal; margin: 0;}

.news-list-rhs-2 li{ width: 100%; float: left;background-color: #fff; padding: 7px; margin-bottom: 15px;box-shadow: 0 0 7px 1px #dedede; border-radius: 6px; height: 84px;box-sizing: border-box; overflow: hidden;}
.news-list-rhs-2 li a{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; position: relative;}
.news-list-rhs-2 .thumb{width: 80px;height: 68px; position: relative; margin: 0; display: inline-block;vertical-align: top;border-radius: 6px; overflow: hidden;}
.news-list-rhs-2 .text-box{width: calc(100% - 80px); padding-left: 10px; display: inline-block; vertical-align: top;box-sizing: border-box;height: 72px; overflow: hidden;}
.news-list-rhs-2 .story-title { font-size: 14px; line-height: 18px;}

.news-list-rhs-3 ul{ background-color: #2d2d35;}
.news-list-rhs-3 li{float: left; width: 100%;padding: 10px;}
.news-list-rhs-3 li:not(:last-child){ border-bottom: 1px solid #dedede;  }
.news-list-rhs-3 .thumb { width: 104px; height: 60px; float: left; margin-right: 10px;}
.news-list-rhs-3 .text-box { width: calc(100% - 114px); float: left; height: 59px; overflow: hidden}
.news-list-rhs-3 .story-title {  color: #fff; font-size: 14px; line-height: 19px;}
.news-list-rhs-3 li a:hover .story-title{ color: #fbff16}

.news-list-rhs-4 li{float: left; width: 100%;}
.news-list-rhs-4 li:not(:last-child){ margin-bottom: 10px;}
.news-list-rhs-4 .thumb { width: 100%; margin-bottom: 5px;}
.news-list-rhs-4 .text-box { width: 100%;}
.news-list-rhs-4 .story-title {  font-size: 16px; line-height: 20px;}


.news-list-rhs-5 li{float: left; width: 100%; padding: 5px 0;} 
.news-list-rhs-5 .thumb { width: 104px; height: 60px; float: left; margin-right: 10px;}
.news-list-rhs-5 .text-box { width: calc(100% - 114px); float: left; height: 60px; overflow: hidden}
.news-list-rhs-5 .story-title {  font-size: 14px; line-height: 19px;}

.news-list-rhs-6 li{float: left; width: 100%; padding: 5px; background-color: #fbfbfb;} 
.news-list-rhs-6 li:not(:last-child){ margin-bottom: 10px;}
.news-list-rhs-6 .thumb { width: 80px; height: 80px; float: left; margin-right: 10px; border-radius: 50%;}
.news-list-rhs-6 .text-box { width: calc(100% - 90px); float: left; height: 60px; overflow: hidden}
.news-list-rhs-6 .story-title {  font-size: 14px; line-height: 19px;}


.news-list-3 .bigNews{width: 100%; margin-right: 15px;box-shadow: 0 0 14px 1px #dedede; border-radius: 6px;  background-color: #fff; overflow: hidden; display: block;}
.news-list-3 .bigNews .text-box{height: 147px; padding: 10px 10px; width: 100%; overflow: hidden;}
.news-list-3 .bigNews .story-title{ font-size: 20px; line-height: 31px  ; font-weight: 700; margin: 0; }

.news-list-3 li{ width: calc(100%/2 - 15px/2); float: left;background-color: #fff; padding: 7px; margin-bottom: 15px;box-shadow: 0 0 7px 1px #dedede; border-radius: 6px; height: 84px;box-sizing: border-box; overflow: hidden;}
.news-list-3 li a{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; position: relative;}
.news-list-3 li .thumb{width: 80px;height: 68px; position: relative; margin: 0; display: inline-block;vertical-align: top;border-radius: 6px; overflow: hidden;}
.news-list-3 li .text-box{width: calc(100% - 80px); padding-left: 10px; display: inline-block; vertical-align: top;box-sizing: border-box;height: 72px; overflow: hidden;}
.news-list-3 .story-title{font-size: 16px; line-height: 25px; font-weight: 500;height: 143px;overflow: hidden; }
.news-list-3 li:nth-child(9),.news-list-3 li:nth-child(10){margin-bottom: 0;}
.news-list-3 li:nth-child(odd){margin-right: 7px;}
.news-list-3 li:nth-child(even){margin-left: 7px;}
.news-list-3.medum-size li { height: 117px;}
.news-list-3.medum-size li .thumb{width: 120px;height: 102px;}
.news-list-3.medum-size li .text-box{width: calc(100% - 125px);}
.news-list-3 .deskTime {display: block;margin-bottom: 5px;color: #767676;font-size: 11px;line-height: 15px;}
.news-list-3 .deskTime a{float:left;color: #b50404;font-weight: 600;}

.news-list-4 .heading .heading-text { margin: 0; background-color: #b50404; display: inline-block; padding: 2px 20px; color: #fff; text-transform: uppercase;    border-radius: 10px 10px 0 0;}
.news-list-4 .heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; display: block; height: 0; border-bottom: 2px solid #b50404;}
.news-list-4 li{ float: left; width: 100%}
.news-list-4 li:not(:first-child){margin-bottom: 15px;}
.news-list-4 li:not(:first-child) .thumb{ width: 80px; height: 68px; float: left; margin-right: 10px;}
.news-list-4 li:first-child .text-box{ margin-top: 10px}
.news-list-4 li:not(:first-child) .text-box{ width: calc(100% - 100px); float: left;height: 75px;overflow: hidden;}
.news-list-4 li:not(:first-child) .story-title{ font-size: 16px; line-height: 26px; margin-bottom: 0;font-weight:400}
.news-list-4 .text-white {color:#fff;}
.cat-link-outer .heading-text{position: relative; margin: 0 5px 0 0; padding-right: 10px;}
.cat-link-outer .heading-text::after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 5px solid transparent; border-left: 5px solid #000; border-bottom: 5px solid transparent;}
.cat-link-outer .nav li{ padding: 0 10px; position: relative;}
.cat-link-outer .nav li:not(:last-child)::after { content: ''; border-right: 1px solid #dad7d7; position: absolute; right: 0;top: 7px; width: 0; height: 14px;}
.cat-link-outer .nav li a{font-weight: 600;}
.cat-link-outer .nav > li > a:focus,.cat-link-outer .nav > li > a:hover { background: none;}

.icon{position: absolute;left: 5px;bottom: 5px;border-radius: 50%;display: block;line-height: 30px;width: 30px;height: 30px; color: #fff;border: 2px solid #ccc; text-align: center;}
.icon-bg { background-color: rgba(0,0,0,.7);}
.icon-photo{font-size: 14px; line-height: 25px;}

.news-list-5 .text-box{}
.news-list-5 .news-box li{float:left;list-style:outside none none;margin:0 7.5px;position:relative;width:calc(100%/5 - 60px/5) ;box-shadow: 0 0 7px 1px #dedede; border-radius: 6px; overflow: hidden;}
.news-list-5 .news-box li:first-child{margin-left:0}
.news-list-5 .news-box li:last-child{margin-right:0}
.news-list-5 .news-box .text-box{ padding: 5px 10px;}
.news-list-5 .news-box .story-title{ font-size: 16px; line-height: 22px; margin: 0;height:84px;}

.news-list-6 .news-box{ padding: 10px;}
.news-list-6 .news-box li{ float: left; width: 100%;margin-bottom: 15px;}
.news-list-6 .news-box .thumb{ width: 110px; height: 95px; float: left; margin-right: 10px;}
.news-list-6 .news-box .text-box{ width: calc(100% - 120px); float: left;}
.news-list-6 .news-box .story-title{     font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 0;}

.news-list-3.video-list .bigNews{ position: relative;}
.news-list-3.video-list .bigNews .thumb{height: 380px;}
.news-list-3.video-list .bigNews .text-box{ position: absolute; left: 0; bottom: 0; height: auto; padding: 45px 15px 15px 15px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.news-list-3.video-list .bigNews { color: #fff;border-radius: 10px;}
.news-list-3.video-list .bigNews:hover{ color: #c00300;}
.news-list-3.video-list .bigNews .story-title { font-size: 34px; line-height: 48px;}
.news-list-3.video-list .bigNews .icon{ width: 70px; height: 70px; left: 50%; top: 50%; margin: -35px 0 0 -35px;}
.news-list-3.video-list .bigNews .icon-video{ font-size: 28px; line-height: 65px;}

.speed-news .heading{padding-left: 80px; overflow: visible;}
.speed-news .heading .head-icon{ display: block; width: 60px; height: 50px; position: absolute; left: 0; top: 0; background-color: #b50404;    text-align: center; color: #fff; padding-top: 11px; font-size: 31px;}
.speed-news .heading .heading-text{background-color: #b50404; color: #b50404; overflow: hidden; text-transform: uppercase;
    line-height: 43px;
}
.speed-news .heading .heading-text span{ background-color: #fff; display:  block; float: left;font-size: 40px; font-weight: bold;padding: 0 10px 5px 0; letter-spacing: -0.2px;}
.speed-news .news-box{padding-left: 15px;}
.speed-news .news-box li{ width: calc(100%/4 - 60px/4); float: left; margin: 0 10px 10px}
.speed-news .news-box li:first-child,.speed-news .news-box li:nth-child(5){ margin-left: 0;}
.speed-news .news-box li:last-child,.speed-news .news-box li:nth-child(4){ margin-right: 0;}
.speed-news .news-box .thumb{width: 90px; height: 68px; float: left; margin-right: 10px;}
.speed-news .news-box .text-box{ width: calc(100% - 100px); float: left; height: 81px; overflow: hidden;}
.speed-news .news-box .story-title{font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 0;}


.news-list-7 .news-box li{float: left; width: calc(25.7% - 14px); box-shadow: 0 0 14px 1px #dedede; border-radius: 6px; overflow: hidden; padding-bottom: 8px; background-color: #fff;}
.news-list-7 .news-box li:first-child{ width: calc(50% - 15px); margin-right: 15px;}
.news-list-7 .news-box li:nth-child(2){margin-right: 7px;margin-bottom: 7px;}
.news-list-7 .news-box li:nth-child(3){margin-left: 7px;margin-bottom: 7px;}
.news-list-7 .news-box li:nth-child(4){margin-right: 7px;margin-top: 7px;}
.news-list-7 .news-box li:nth-child(5){margin-left: 7px;margin-top: 7px;}
.news-list-7 .news-box li .thumb{overflow: hidden;}
.news-list-7 .news-box li .text-box{ height: 62px; overflow: hidden; padding: 4px 10px 0;}
.news-list-7 .news-box .story-title{ font-size: 15px; line-height: 20px; font-weight: 500; margin-bottom: 0}
.news-list-7 .news-box li:first-child .text-box{ height: 145px;}
.news-list-7 .news-box li:first-child .story-title{ font-size: 28px; line-height: 35px; font-weight: 700; }
.news-list-7 .news-box li:first-child .thumb{ height: auto; }
.news-list-7 .news-box .st_icon,.news-list-7 .news-box .st_icon i{ font-size: 15px;}
.news-list-7 .news-list-sub li{ width: 100%; float: left;background-color: #fff; padding: 7px; margin-bottom: 15px; box-shadow: 0 0 14px 1px #dedede; border-radius: 6px; height: 84px;box-sizing: border-box;}
.news-list-7 .news-list-sub  li a{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; position: relative;}
.news-list-7 .news-list-sub  li .thumb{width: 80px;height: 68px; position: relative; margin: 0; display: inline-block;vertical-align: top;border-radius: 6px; overflow: hidden;}
.news-list-7 .news-list-sub  li .text-box{width: calc(100% - 80px); padding-left: 10px; display: inline-block; vertical-align: top;box-sizing: border-box;height: 72px; overflow: hidden;}
.news-list-7 .news-list-sub  .story-title{font-size: 15px; line-height: 23px; font-weight: 500; }
.news-list-7 .news-list-sub  li:last-child{margin-bottom: 0;}

.cat-top-news li{ float: left; position: relative; overflow: hidden;}
.cat-top-news li:not(:first-child){ width: calc(35% - 5px); margin-left: 5px; }
.cat-top-news li:nth-child(2){margin-bottom: 10px;}
.cat-top-news li:first-child{ width: calc(65% - 5px); margin-right: 5px; height: 303px;}
.cat-top-news li .text-box{ position: absolute; left: 0; bottom: 0; height: auto; padding: 10px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.cat-top-news li .story-title{ font-size: 16px; line-height: 22px; color: #fff; margin-bottom: 0;}
.cat-top-news li:first-child .story-title{ font-size: 26px; line-height: 32px; color: #fff;}



.cat-top-news-2 li{ float: left; position: relative; overflow: hidden; width: calc(100%/3 - 28px/3); margin:  0 7px;}
.cat-top-news-2 li:first-child{ margin-left: 0;}
.cat-top-news-2 li:last-child{ margin-right: 0;}
.cat-top-news-2 li .story-title{ font-size: 16px; line-height: 22px; margin-bottom: 0;}
.cat-top-news-2 .bignewlist{ padding-bottom: 14px;}
.cat-top-news-2 .bignewlist li{width: calc(100%/2 - 14px/2); float: left; margin:0 7px;}
.cat-top-news-2 .bignewlist li:first-child{ margin-left: 0;}
.cat-top-news-2 .bignewlist li:last-child{ margin-right: 0;}
.cat-top-news-2 .bignewlist li .text-box{ position: absolute; left: 0; bottom: 0; height: auto; padding: 10px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.cat-top-news-2 .bignewlist li .story-title{ font-size: 20px; line-height: 30px; color: #fff;}
.cat-top-news-2 .bignewlist li .icon{ bottom: 50%; left: 50%; width: 60px; height: 60px; margin: 0 0 -30px -30px; font-size: 30px; line-height: 55px;}

.cat-top-news-1{}
.cat-top-news-1 li{ float: left; position: relative; overflow: hidden;}
.cat-top-news-1 li:not(:first-child){ width: calc(35% - 5px); margin-left: 5px;border-bottom: 1px solid #dedede; padding: 5px 0;}
.cat-top-news-1 li:first-child{ width: calc(65% - 5px); margin-right: 5px; height: 303px;}
.cat-top-news-1 li:first-child .text-box{ position: absolute; left: 0; bottom: 0; height: auto; padding: 10px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 73%, rgba(0,0,0,1) 74%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 73%,rgba(0,0,0,1) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.cat-top-news-1 li:first-child .story-title{ font-size: 26px; line-height: 32px; color: #fff;}
.cat-top-news-1 li:not(:first-child) .story-title{ font-size: 14px; line-height: 20px; margin-bottom: 0;}
.cat-top-news-1 li:last-child{ border: 0;}


.cat-news-1 li{float: left; width: calc(100%/4 - 42px/4);box-shadow: 0 0 7px 1px #dedede; border-radius: 6px; overflow: hidden;}
.cat-news-1 li:not(:first-child){ margin-left: 7px;}
.cat-news-1 li:not(:last-child){ margin-right: 7px;}
.cat-news-1 li .thumb{ height: 112px;}
.cat-news-1 li .text-box{ height: 91px; overflow: hidden; padding: 10px 10px 0 10px;}
.cat-news-1 li .story-title{ font-size: 14px; line-height: 20px;}
.isbreaking{font-size:18px; position: absolute; left: 0; bottom: 0; color: #fff; background-color:#b50404; padding: 1px 10px; text-transform: uppercase; border-radius: 0 3px 3px 0;}
.listborder li{border-bottom:1px solid #ccc;}
.listborder li:last-child { border-bottom: none; }
.gutter_and_content .gutterbottom { width: 160px; }
.gutter_and_content .gutterbottom .gutinner{ height: 600px; text-align: center;}
.gutter_and_content .gutterbottom .gutinner img{ width: auto;}
.gutter_and_content .maincontent { /*padding-left: 15px;width: calc(100% - 160px);*/ box-sizing: border-box;}

.gutter_and_content .maincontent .heading{ border-bottom: 1px solid #333;}
.gutter_and_content .maincontent .heading-text{font-size: 28px; font-weight: bold; line-height: 38px;}

.newsListfull li{ padding: 10px 0; float: left; width: 100%;}
.newsListfull li:not(:last-child){ border-bottom: 1px solid #333;}
.newsListfull .thumb{ width: 269px; height: 154px; }
.newsListfull .text-box {  width: calc(100% - 280px);}
.newsListfull .deskTime{ display: block;margin-bottom: 5px; color: #767676; font-size: 14px; line-height: 16px;}
.newsListfull .deskTime a {color: #b50404;font-weight:600}
.newsListfull .story-title { margin-bottom: 10px; font-size: 20px; line-height: 28px; }
.readMore{cursor: pointer;
    float: left;
    line-height: 35px;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    position: relative;
    color: #fff;
    box-shadow: 0 1px 10px #ccc;
    background: #929292;
    text-transform: uppercase;
}
.readMore:hover{background-color: #333}
.readMore .loadermnews {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    opacity: 0;
    width: 32px;
    height: 32px;
}
.tage-listing ul{padding: 0; list-style: none; margin-bottom: 0;}
.tage-listing li a{ display: block; border-bottom: 1px solid #cdcdcd; padding: 8px 0; font-size: 16px; line-height: 20px;}

.authoer-list li{ float: left; width: 100%; background-color: #fbfbfb; padding: 10px; margin-bottom: 10px;}
.authoer-list li .thumb,.authoer-profile .thumb { width: 160px; height: 160px; border-radius: 50%; }
.authoer-list li .text-box,.authoer-profile .text-box{ width: calc(100% - 180px)}
.authoer-list li .story-title{ font-size: 22px; font-weight: bold;}
.authoer-list li .story-short-desc,.authoer-profile .story-short-desc{ font-size: 16px; line-height: 20px; font-style: italic; padding-top: 10px;}
.authoer-list .social .social-profile{ color: #666; font-size: 22px; margin: 0 4px;}

.authoer-profile{ background-color:#010101; border-radius: 0 0 10px 10px;}
.authoer-profile .thumb{border: 3px solid #272626;}
.authoer-profile .story-short-desc{color: #eae9e9;line-height:26px;}

/*-- Detail Page css --*/
.fromTime{float:left;padding-top:7px}
.fromTime .label{color:#010101}
.fromTime .dattime{color:#7f7f7f}
.social a{float:left;margin-left:5px;border-radius:2px;overflow:hidden;display:block;width:65px;height:30px;line-height:32px;color:#fff;font-size:20px;position:relative; text-align: center;}
.social a:first-child{margin-left:0}
.social a i{position:relative;z-index:1}
.social a::before{ content: ''; position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;-webkit-transform:scale(.5,1);transform:scale(.5,1)}
.social a:hover::before{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}
.social a.twitter{background-color:#42bcf1;line-height:33px}
.social a.twitter::before{background-color:#2aa9e0}
.social a.facebook{background-color:#3057a0}
.social a.facebook::before{background-color:#204385}
.social a.googleplus{background-color:#ec5232;font-size:25px;line-height:33px}
.social a.googleplus::before{background-color:#d3492c}
.social a.pinteres{background-color:#e22d35}
.social a.pinteres::before{background-color:#ca2128}
.social a.linkedin{background-color:#2687b9}
.social a.linkedin::before{background-color:#02669a}
.social a.comment{background-color:grey}
.social a.comment::before{background-color:#484848}
.social a.comment .comm-text{ display: none}

.social a.instagram{background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.social a.instagram::before{background-color:#cc2366}
.social a.youtube{background-color:#c4302b}
.social a.youtube::before{background-color:#CC181E }


.social a.whatsapp{background-color:#25d366}
.social a.whatsapp::before{background-color:#075e54}

.social a.reddit{background-color:#fa662f}
.social a.reddit::before{background-color:#ff4500}

.social a.email-envelope{background-color:#4e4e4e}
.social a.email-envelope::before{background-color:#000000}

/*--ASTORLOGY CSS STOP--*/
/*--Author CSS Start*/
.fromTime{ width: calc(100% - 460px); padding-top: 0;}
.fromTime span{ display: block; white-space: nowrap;line-height: 21px;}
.fromTime .author-info{width: calc(100% - 70px); padding-top: 0;float:left;}
.fromTime .author-pic{  width: 60px; height: 60px; border-radius: 50%; float: left; margin-right: 10px;}
.fromTime .author-name{ font-size: 14px; font-weight: bold;float:left;}
.fromTime .author-location{ color: #000;}
.fromTime .published-on{ color: #8e8e8e; font-size: 14px;}
.fromTime .author-twit{position: relative;font-size: 12px;font-weight:normal;float:left;margin-left: 10px;}
.timsocial { float: left; width: 100%;}
.timsocial .social { margin-top: 25px;}
/*Author CSS STOP--*/



#story-featured-image .artbigimg {
    margin: 0;
}
.content img {
    max-width: 100%;
    display: block;
    margin: auto;
	
}
.artbigimg img {
	max-width: 100%;
    display: block;
    margin: auto;
}
.artbigimg figcaption {
    color: #7f7f7f;
    font-size: 16px;
    position: relative;
    padding: 0 0 1px 0;
    font-style: italic;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
.artbigimg figcaption .author {
    padding: 1px 0 3px;
    width: 100%;
    font-size: 12px;
    line-height: 19px;
    color: #f4f4f4;
    font-style: normal;
    background: #4c4c4c;
    text-align: center;
    display: block;
}
.content p img{max-width:830px;}
.content figure {max-width:830px;}

.maincontent figcaption p{padding: 3px 0 2px 0;}

.related .carousel-item ul{list-style: none;margin: 0; padding: 0;}
.related .carousel-item ul li{ width: calc(100%/3 - 30px/3); float: left; margin:  0 5px;}
.related .carousel-item ul li a{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; position: relative;}
.related .carousel-item ul li .thumb{width: 80px;height: 68px; position: relative; margin: 0; display: inline-block;vertical-align: top;border-radius: 6px; overflow: hidden;}
.related .carousel-item ul li .text-box{width: calc(100% - 80px); padding-left: 10px; display: inline-block; vertical-align: top;box-sizing: border-box;height: 72px; overflow: hidden;}
.related .carousel-item ul li .story-title { font-size: 14px; line-height: 18px;}

.content { font-size: 20px;line-height: 32px;}
.content .listhed { border-bottom: 3px solid #de1f26; width: 100%; text-align: center;  padding: 0 0 3px; margin-top: 10px;font-size: 22px; line-height: 28px;}
.content ol { counter-reset: item; margin-left: 0; padding-left: 0; width: 100%;  float: left; margin-bottom: 20px;}
.content ol li { padding-left: 70px; position: relative; display: block;  padding-top: 23px;margin-top: 15px; line-height: 24px;  font-size: 16px;}
.content ol li:before { font-family: 'Roboto',sans-serif; font-weight: 700; width: 50px; left: 0; position: absolute; color: #99c1ef; font-size: 28px; content: counter(item); counter-increment: item; text-align: center; padding-right: 0;background-color: #0a4990;height: 60px; line-height: 60px; border-radius: 8px 0 0 8px; top: 15px;}
.content ol li:first-child { border-top: 0; margin-top: 0;}
.content ol li:after{content: ''; position: absolute; top: 15px; border-top: 3px solid #0a4990;height: 0; width: calc(100% - 7px);
    left: 7px;}

.content blockquote {background: #f8f8f8;margin: 1.5em 0;/*padding: 1.5em 5.5em 1.5em 3.5em*/padding:45px;border-left: 5px solid #e5020d; position: relative;font-style: italic; font-weight: 700;}
.content blockquote:after {font-family: Georgia, serif; content: "”"; position: absolute; bottom: -75px; line-height: 95px; right: 28px; font-size: 16em; color: rgba(238, 238, 238, 0.8); font-weight: normal;}
.content blockquote:before {  font-family: Georgia, serif; content: "“"; position: absolute; top: 32px; left: 10px; font-size: 5em; color: rgba(238, 238, 238, 0.8); font-weight: normal;  }

.content .related{float: left; width: 100%; background-color: #f8f8f8; padding: 8px 0;}

.content .twitter-tweet{ margin-left: auto; margin-right: auto;}

.content iframe{ width: 100%;min-height: 515px;}

.content-tag{padding:30px 0 15px;overflow:hidden;list-style: none;}
.content-tag li{float:left;margin-right:5px;margin-bottom:15px}
.content-tag li a{font-size:14px;display:block;padding:5px 6px;background-color:#f6f6f6;color:#111;text-transform:uppercase; border: 1px solid #ccc; border-radius: 19px;}
.content-tag li a:hover{background-color:#111;color:#fff}

.related-story { margin-bottom: 15px;}


.comments-area{float: left; width: 100%;}
.comments-area label{font-weight: 600;}
.comments-area .comment-form-comment textarea{ width: 100%;}
.comments-area .comment-form-author,.comments-area .comment-form-email,.comments-area .comment-form-url{ width: calc(100%/3 - 28px/3);float: left; margin:0 7px 20px;}
.comments-area .comment-form-author{margin-left: 0;}
.comments-area .comment-form-url{margin-right: 0;}
.comments-area .comment-form-author input,.comments-area .comment-form-email input,.comments-area .comment-form-url input { width: 100%;}
.comments-area .form-submit {float: left;width: 100%;text-align: center;}
.comments-area .form-submit .submit{background-color: #e5020d; color: #fff; border: 0; padding: 10px 20px; font-weight: 600;}
.comments-area .form-submit .submit:hover{ background-color: #343a40;}

.comment-list>li.comment{background: #f8f8f8; margin-bottom: 20px;float: left; width: 100%; box-sizing: border-box; padding: 10px;border-radius: 5px;}
.comment-list>li.comment .children li{}
.comment-list img{ width: auto;}
.comment-list .comment-body{ padding-bottom: 15px;}
.reply{ float: left;}
.comment-list .children{ float:  left;margin-top: 15px;}

.related-story ul {list-style: none; padding: 0; margin: 0;}
.related-story ul li{ width: calc(100%/3 - 32px/3); float: left; margin: 0 8px 10px;}
.related-story ul li:first-child,.related-story ul li:nth-child(4){ margin-left: 0;}
.related-story ul li:last-child,.related-story ul li:nth-child(3){ margin-right: 0;}
.related-story ul li .text-box{height: 70px; overflow: hidden;}
.related-story ul li .text-box .story-title{ font-size: 16px; line-height: 22px;}


.brdcrbs{color:#767676;font:400 14px/22px Roboto,sans-serif,serif;margin:0 auto;overflow:hidden;padding:3px 0 0}
.brdcrbs ol{margin:0;overflow:hidden;padding:0; list-style: none;}
.brdcrbs ol li{float:left;padding:0 7px}
.brdcrbs ol li.yrh{font:400 14px/22px 'Roboto Condensed',sans-serif;padding-right:0;color:#3c3c3c}
.brdcrbs ol li h1{font-size:14px;font-weight:400}
.brdcrbs ol li:first-child{padding-left:0;padding-top:1px}
.brdcrbs ol li span{color:#3c3c3c;display:inline-block}
.brdcrbs ol li a span{color:#117ab3;position:relative}
.brdcrbs ol li a span:hover{color:#db0909}
.brdcrbs ol li a span:after{content:"";position:absolute;right:-10px;top:50%;margin-top:-5px;border-bottom:5px solid transparent;border-left:5px solid #ccc;border-top:5px solid transparent;height:0;width:0}
.brdcrbs ol li:last-child a span:after{ border: 0;}

.arthead .story-title{font-size: 40px; line-height: 58px; font-weight: 700; padding-bottom: 0; }

.newslabel{font-weight:700;font-size:15px; line-height: 30px; z-index:1;width:133px;text-align:center;background-color:#b50404;color:#fff;padding:5px; text-transform: uppercase;}
.newslist{background-color:#eee;overflow:hidden;padding:0 30px 0 10px;width:calc(100% - 143px);box-sizing: border-box;height:40px;position:relative;}
.newslist .closeNews{background-color:#b50404;color:#fff;cursor:pointer;height:40px;line-height:40px;position:absolute;right:0;text-align:center;top:0;width:30px}
.newslist ul {margin: 0; padding: 0; list-style: none;}
.newslist .closeNews:hover{background-color:#000}
.newslist ul li{line-height:40px;height:40px;overflow:hidden}

.photosscroll{float: left; width: 100%;}
.photosscroll li{ position: relative;}
.caption_count { background: #f13333; color: #fff; font-size: 12px; position: absolute; top: 0; left: 0; height: 38px; padding: 5px 10px;}
.caption_count span { font-size: 24px; line-height: 26px;}
.inuth-head {color: #000; font-size: 18px; font-weight: 700; line-height: 1.5; margin-bottom: 10px; margin-top: 10px;}
.photo-credit {color: #5d5d5d; font-size: 13px;}
.gallery_divider {
    border-top: 5px solid #a5a5a5;
    color: #ccc;
    font-size: 15px;
    margin: 30px 0 0 0;
    text-align: center;
    float: left; width: 100%;
}
.gallery_divider:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #a5a5a5;
    content: "";
    display: block;
    height: 0;
    margin: auto auto 10px;
    width: 0;
}
.gallery_divider:after {
    margin: auto auto 10px;
    content: "NEXT GALLERY";
    color: #000;
}
.img-source{ float: left; width: 100%;}
.img-source .p_num{display: block; background-color: #333; height: 22px; line-height: 22px; padding: 0 10px; color: #fff; border-radius: 0 0 3px 3px; font-size: 12px;}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.md-form input[type="text"],.md-form input[type="email"]:not(.browser-default){-webkit-box-sizing:content-box;box-sizing:content-box;background-color:transparent;border:0;border-bottom:1px solid #ced4da;border-radius:0;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}
.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}
.md-form .form-control {box-sizing: border-box !important;}
.md-form .validate {
    margin-bottom: 2.5rem;
}
.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
}
.form-control{display: block;    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;background-clip: padding-box;}

.md-form label{font-size:1rem}.md-form label.active{font-size:1rem}
.md-form .prefix{top:.25rem;font-size:1.75rem}
.md-form .prefix {position: absolute; -webkit-transition: color .2s; transition: color .2s;}
.md-form .prefix ~ input,.md-form .prefix ~ textarea{width:calc(100% - 2.5rem);margin-left:2.5rem}
.md-form .prefix ~ label{margin-left:2.5rem}
.md-form .prefix ~ .form-text{margin-left:2.6rem}
.md-form label{position:absolute;top:0;left:0;font-size:1rem;color:#757575;cursor:text;-webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;transition:color .2s ease-out,-webkit-transform .2s ease-out;transition:transform .2s ease-out,color .2s ease-out;transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;-webkit-transform:translateY(12px);transform:translateY(12px);-webkit-transform-origin:0 100%;transform-origin:0 100%}
.md-form label.active{-webkit-transform:translateY(-14px) scale(0.8);transform:translateY(-14px) scale(0.8)}
.grey-text {color: #9e9e9e !important;}

.modal-notify .modal-header{ background-color: #b50404; color: #fff; text-transform: uppercase;}
.white-text{ color: #fff;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-border div{ float: left;}
.footer-border .footer_border1{width: 50%; border-top: 10px solid #003056;}
.footer-border .footer_border2{width: 22%; border-top: 10px solid #00aebc;}
.footer-border .footer_border3{width: 28%; border-top: 10px solid #ed1b23;}
footer#colophon {
  font-size: 85%;
}
.footer-bottom{ background-color: #010101;}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info,.bg-dark a {
  color: #fff;
}
.bg-dark .widget-title{ color: #fff; text-transform: uppercase;}
.footer .nav-item{ margin: 2px 0;}
.footer .nav-link{ padding: 0;}
.footer .nav-link:hover{ background: none; color: red;}
.footer-logo{width: 140px; height: 38px;  display: block}
.footer .widget_search{}
.footer-social {text-align: center;}
.footer-social .btn-social{ border:1px solid #fff; border-radius: 50%; width: 40px; height: 40px; color: #fff; text-align: center;padding: 0; line-height: 38px; margin: 0 5px;}
.footer-social .btn-social.btn-facebook:hover { background: #3057a0;}
.footer-social .btn-social.btn-twitter:hover {background: #42bcf1; }
.footer-social .btn-social.btn-instagram:hover {background: #d6249f;}
.footer-social .btn-social.btn-youtube:hover {background: #e22d35; }

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .social .social-profile {width:29px}
  .datetime{color:#fff;font-size:11px;padding-top:8px;}
  .mobilesocial{display:block;}
  .content iframe{ width: 100%;min-height:240px!important;}
}

/*--------------------------------------------------------------
# Footer Trending
--------------------------------------------------------------*/
.footer-trending {float: left;width: 100%;}
.footer-trending .aboutnewsd{ width: 350px; padding-right: 20px;}
.footer-trending .newd-trending{ width: calc(100% - 350px); padding: 5px}
.footer-trending .newd-trending__title{background:#fff;border-radius:3px;color:#000;display:inline-block;font-size:14px;font-weight:700;line-height:16px;padding:3px 8px;text-transform:uppercase;margin-bottom:10px}
.footer-trending .newd-trend__inner .newd-trend-links{float:left;padding-left:15px;padding-right:15px;margin:0;width:calc(100%/3);list-style-type:none}
.footer-trending .newd-trend-links li{font-size:15px;line-height:20px}
.footer-trending .aboutnewsd__summary .title{text-align:justify;margin:0 0 5px;padding:0 0 6px;font-size:16px;font-weight:500;border-bottom:2px solid #ccced7}

.footer-trending .footer-widgets .column{ width: calc(100%/4 - 180px/4); float: left;display: inline-block; vertical-align: top;font-size: 16px;margin: 0 30px;}
.footer-trending .footer-widgets .column:first-child{ margin-left: 0;}
.footer-trending .footer-widgets .column:last-child{margin-right: 0;}
.footer-trending .footer-main .widget .widget-header{position:relative;display:table;width:100%;border-bottom:2px solid #fff;padding-top:.8rem;margin-bottom:.3rem}
.footer-trending .footer-main .widget .widget-header h4 a{color:#fff;text-transform:uppercase;font-size:14px;font-weight:400}
.footer-trending .footer-main .widget .widget-header h4 a:hover{color:#ff0097}
.footer-trending .simple-list {list-style: none; padding: 0; margin: 0;}
.footer-trending .simple-list li a{display:block;color:#999;font-size:13px;padding:3px 0;transition:.5s all ease}
.footer-trending .simple-list li a:hover{text-decoration:none;color:#fff;background-color:#929497;padding-left:10px}
.footer-trending .footer-bottom{background:#000;color:#868e96;font-size:13px;padding:10px}
.footer-trending .footer-bottom .footer-bottom-box{width:calc(100% - 415px)}
.footer-trending .footer-bottom .social-container{width:415px}
.footer-trending .aboutnewsd__summary .textwidget{text-align:justify;font-size:18px;}
.footer-trending .newd-trend-links li:not(:first-child){border-top:1px solid #ccc;padding-top:10px;margin-top:10px}
.footer-trending .newd-trend-links li a{color:#fff}
.footer-trending .newd-trend-links li a:hover{color:#e77200}
.footer-trending .footer-menu li{display:inline;margin:0 15px 0 0}
.footer-trending .footer-menu li a{color:#CCC}
.footer-bottom .footer-menu li{display:inline;margin:0 15px 0 0}
.footer-bottom .footer-menu li a{color:#CCC}
.footer-bottom .copytext {color:#fff;}
.footer-bottom .footer-menu {font-size:14px;}
.footer-bottom .social .social-profile {font-size: 25px;margin-right: 7px;}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
    header#masthead{background-color: #fff;}
    #masthead nav{padding-top: 10px;padding-bottom: 10px;}
    .m-sub-menu,.navbar-brand.m-logo{display: block}
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -325px;
        z-index: 99;
        width: 325px;
        height: 100%;
        transition: all 0.3s ease;
        display: block;
        overflow-x: hidden;
    overflow-y: auto !important;
    padding: 10px; 
        background: #333145;
  background: -moz-linear-gradient(top, #333145 0%, #b8333e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #333145), color-stop(100%, #b8333e));
  background: -webkit-linear-gradient(top, #333145 0%, #b8333e 100%);
  background: -o-linear-gradient(top, #333145 0%, #b8333e 100%);
  background: -ms-linear-gradient(top, #333145 0%, #b8333e 100%);
  background: linear-gradient(to bottom, #333145 0%, #b8333e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333145', endColorstr='#b8333e', GradientType=0);
    }
   
    
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        left: 0;
    }
    .navbar-collapse .navbar-nav,.navbar-collapse .supporter-link{ position: relative; z-index: 2;}
    .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  
	/**********Mobile menu drop down***********/

	#main-nav .navbar-nav { width: 100%;}
	#main-nav .navbar-nav>li .sub-menu { display: block; position: relative; background: none; left: inherit; font-size: 14px; padding: 0 0 0 10px; width: 100%; }
	#main-nav .navbar-nav>li .sub-menu li:not(:last-child){ border-bottom: 1px solid #000;}
	#main-nav .navbar-nav>li .sub-menu li:hover a { background-color: #363245; }
    .navbar-brand.m-logo{position: absolute; left: 50%; top: 50%; width: 150px; height: 40px; margin: -34px 0 0 -68px; padding: 0;}
    .navbar-brand > a{ display: block; width: 100%; margin: 0 auto; float: none;}
    
    #main-nav .navbar-nav>li{text-align: left;}
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a{ font-size: 17px;}
    header#masthead{padding: 8px 0;}
    .menu-top li a{ padding: 4px 6px 5px;}
    
    .brandbar .container .col-md-2{ padding-left: 15px;display:none;}
    .brandbar .sb-search { margin: 13px 0 0; }
    .brandbar .sb-search label{width: 100%;}
    .brandbar .sb-search .search-field{ padding: 5px 23px 6px 5px;}
    .brandbar .container .row div.col-md-3{ display: none;}
    .brandbar .container .row div.editor-picks{ display: none;}
	.sticky-top {position: -webkit-sticky;position: sticky;top: 0px;z-index: 1020;}
    .mobile-search,.navbar-collapse .supporter-link { float:  left; width: 100%; margin: 5px 0; display: block;}
    .mobile-search .searchbar{ position: relative; right: inherit; top: inherit;border: 1px solid #9C9C9C;}
    .mobile-search .searchbar .search_input{ width: 100%;}
    .mobile-search .searchbar .search-submit{ position: absolute; right: 8px; top: 7px;}
    .navbar-collapse .supporter-link a{ display: block; float: left; width: calc(100%/2 - 10px/2); background-color: #353b48; border-radius: 5px;text-align: center; text-transform: uppercase; padding: 6px 0; color: #fff;}
    .navbar-collapse .supporter-link a:first-child{ margin-right: 5px;border: 1px solid #9C9C9C;}
    .navbar-collapse .supporter-link a:last-child{ margin-left: 5px;border: 1px solid #9C9C9C;}
    
    
    
    .most-read.pl-0,.cat-news .pl-0{padding-left: 15px !important;}
    .cat-news .pr-0{padding-right: 15px !important;}
    .box-outer.mr-2{ margin-right: 0 !important;}
    .box-outer.ml-2{margin-left: 0 !important;}
    .cat-news .box-outer{margin-bottom: 15px}
    .news-list li a{width: 100%;}
    .top-story .news-list li:first-child{ width: 100%; margin: 0 0 15px;}
    .top-story .news-list li{width: 100%;}
    .speed-news .news-box{float: left;width: 100%;}
    .speed-news .news-box li,.news-list-2 li,.news-list-3 li{ width: 100%; margin-right: 0; margin-left: 0;}
    .news-list-2 li,.news-list-3 .bigNews{margin-bottom: 15px;}
    .news-list-2 li{box-shadow: 0 0 14px 1px #dedede;
    border-radius: 6px; padding: 7px;}
    .news-list-2 .thumb{ width: 120px; float:  left; border-radius: 6px;}
    .news-list-2 .text-box{ float: left; border: 0; width: calc(100% - 120px); padding-right: 0;}
    .cat-news .news-list-2.mt-3{ margin-top: 0 !important;}
    
    .news-list-3 li:nth-child(even),.news-list-3 li:nth-child(odd){ margin-left: 0; margin-bottom: 15px;}
    
    .news-list-5 .news-box{ overflow-x: auto; overflow-y: hidden; box-sizing: border-box;}    
    .news-list-5 .news-box ul {display: table;float: left; margin: 0; padding: 0; width: 100%;}
    .news-list-5 .news-box ul li {display: table-cell; min-height: 126px; min-width: 220px;max-width: 220px; overflow: hidden; position: relative;padding-right: 10px;    border-radius: 0;
    box-shadow: 0 0 0 0;
    padding-bottom: 0; float: none;}
    .news-list-5 .news-box ul li .thumb{ border-radius: 6px 6px 0 0;}
    .news-list-5 .news-box ul li .text-box{ border-radius: 0 0 6px 6px; background-color: #333;    padding-bottom: 9px;}
    .news-list-5 .news-box .story-title{ color: #fff;}
    
    .news-list-6 .news-box{margin-bottom: 15px;}
    
    .news-list-7 .news-list-sub li { width: 100%;}
    .news-list-7 .news-box,.news-list-7 .news-box li:first-child{margin-bottom: 15px;}
    .news-list-7 .news-box li{ width: calc(50% - 7px);}
    .news-list-7 .news-box li:first-child{ width: 100%;}
    .news-list-7 .news-box li:first-child .text-box{ height: auto;}
    .news-list-7 .news-box li:first-child .story-title{ font-size: 20px; line-height: 26px;}
    
    .speed-news .heading .heading-text span{ font-size: 32px;}
    
    .news-list-3.video-list .bigNews .thumb{ height: auto;}
    .news-list-3.video-list .bigNews .text-box{ height: auto;}
    .news-list-3.video-list .bigNews .story-title { font-size: 21px; line-height: 31px; height: auto;}
    
    .related .carousel-item ul li .thumb{ width: 100%;}
    .related .carousel-item ul li .text-box{ width: 100%; padding: 5px 0; height: 60px;}
    .related .carousel-item ul li .story-title{ font-weight: normal;}
    
    .cat-news-1 li .thumb{height: auto;}
	.footer-main .aboutnewsd{width:100%;padding-right: 0;}
    .footer .col-md-4{margin-bottom: 15px;}
    .footer .nav{ display: block; }
    .footer .nav-item{float: left; width:calc(100%/2)}
    .footer-social .btn-social{ width: 30px; height: 30px; line-height: 28px; margin: 0 2px;}
	
	.cat-top-news li:first-child{ width: 100%; margin: 0 0 15px 0;}
	.cat-top-news li:not(:first-child){width: calc(50% - 5px);}
	.cat-news-1 li{ width:100%; margin: 0 0 10px 0;}
	.cat-news-1 li:not(:last-child){ margin-right: 0;}
	.cat-news-1 li:not(:first-child){margin-left: 0;}
	.cat-news-1 li .text-box,.newsListfull .thumb{ height: auto;}
 
    .newsListfull .thumb{ margin-bottom: 10px}
	.gutter_and_content .gutterbottom{display: none;}
	.gutter_and_content .maincontent,.newsListfull .thumb,.newsListfull .text-box{width: 100%; }
	
	.fromTime,.timsocial .social{width: 100%;}
	.timsocial .social{ float: left; margin-top: 10px;}
	.timsocial .social a{ width: calc(100%/6 - 25px/6)}
	.pl-0.rhs{ padding-left: 15px !important;}
    time.entry-date{display: block;}
    
    .related-story { margin-top: 15px;}
    .related-story ul li{ width: calc(100%/2 - 36px/3);}
    .related-story ul li .text-box{padding-top: 4px;}
    .related-story ul li .text-box .story-title {font-size: 15px;line-height: 23px;}    
    .related-story ul li:first-child, .related-story ul li:nth-child(3), .related-story ul li:nth-child(5) { margin-left: 0;}
    .related-story ul li:nth-child(2),.related-story ul li:nth-child(4),.related-story ul li:last-child { margin-right: 0;}
    .related-story ul li:nth-child(3){ margin-right: 8px; margin-bottom: 10px;}
    .related-story ul li:nth-child(4){ margin-left: 8px; margin-bottom: 10px;}
    
    .top-story .news-list li:first-child .thumb{ height: auto;}
	
	
    .arthead .story-title{ font-size: 26px; line-height: 36px;}
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous{ width: 100%; margin: 0 0 15px;}
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{ width: 100%; margin: 0;}
    .post-navigation .nav-previous a, .post-navigation .nav-next a{font-size: 16px;}
    .comment-content,.comments-area .comment-form-comment textarea,.breadcrumbs,.comments-area .comment-form-author input {font-size: 14px;}
    
   
    
    .comments-area .comment-form-author, .comments-area .comment-form-email, .comments-area .comment-form-url { width: 100%; float: left; margin: 0 0 10px;}
    
    .footer-trending .footer-widgets .column{ width: 100%; margin: 0;}
    .footer-trending .newd-trending{ width: 100%; padding: 0;}
    .footer-trending .newd-trend__inner .newd-trend-links{ width: 100%; padding: 0;}
    .footer-trending .footer-bottom .footer-bottom-box,.footer-trending .footer-bottom .social-container,.footer-bottom .footer-menu,.copyright{width: 100%}
    .copyright{ margin-bottom: 10px}        
    footer .social-container{}
    footer .social-container .social{ width: 100%; text-align: center;}
    footer .social-container .social a{display: inline-block; float: none;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
	.content iframe{ width: 100%;min-height:240px!important;}
  
}

