*{
  outline: 0;
}
body{
    background:#e9e9e9;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
a{
  text-decoration:none !important;
  color: #464646;
  cursor:pointer;
  transition:all 0.2s ease-in-out;
} 
a:hover{ 
    color: #ed1c24;
}
img{
    max-width:100%;
}
input{
    max-width:100%;
}
input:focus{
    outline:0;
}
div{
    /* overflow:hidden; */
}
.btn{ 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* top header */
.main_menu_wrap{
    border-top: #B7B7B7 0px solid;
    background: #e51200;
    border-bottom: #B7B7B7 0px solid;
    top: 160px;
    z-index: 999;
    width: 100%;
}
.top_header{
    background: #3b3b3b;
    font-size: 18px;
    top: 0;
    z-index: 999;
    width: 100%;
}
.newsBarHeader{
  float:right;
  background:#E51200;
  color:#fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 150px;
}
.search-btn-xlg{
    color: #474747;
    border: 0;
    background: transparent;
    font-size:50px;
    margin-top: -2px;
}  
.search-btn-xlg:hover{
    color: #e51200;
}  
#searchModal{
 margin-top: calc(50vh - 150px);
}
.navbar-form input.search-txt{
  width:100% ;
}
.search .search-btn{
    color:#ed1c24;
    border: 0;
    background: transparent;
}
/* header */
.header{
    padding: 0;
    background:#fff;
    height: 110px;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header.sticky{
  position: fixed; 
  height:80px; 
}
.header.sticky .header_others *{
  /* line-height:80px; */
} 
.main_menu{
  background-size:100px;
}
.header.sticky .header_others .search{ 
  padding-top:8px;
  height:30px;
}
.header.sticky .logo{
  margin:20px 0;
}
.header .logo{
    margin: 42px 10px;
    width: 298px;
}
.header .header_others{
  float:left;
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  margin-left: 30px;
}

.header .header_others div{ 
  text-align:center;
}
.header .header_others .search{
  height:55px;
  padding-top:20px;
  text-align:left;
}
.header .header_others ul{
  height:55px;
  padding-top:15px;
  text-align: left;
  margin-left: -8px;
}
.header .header_others *{
  /* line-height:110px; */
}
.header .social-top{
    list-style:none;
}
.header .social-top li{
    display:inline-block;
}
.header .social-top{
    margin: 0;
    padding:0;
}
.header li{
    margin: 0 14px;
}
.header .container{
  position:relative;
}
.header .social-top li i{
    color:#474747;
    font-size:20px;
}
.header .social-top li i:hover{
    color:#ed1c24;
}
.header .top-text{
    padding:10px;
}

.header_others .row div+div{
  /* border-right:#B7B7B7 1px solid; */
}
/* main menu */
.main_menu_wrap .container{
    /* width:100%; */
    /* margin:0; */
    padding:0;
}
.main_menu_wrap .navbar{
    border:0 !important;
    background: transparent;
    color:#000;
    margin-bottom: 0;
}
.main_menu_wrap .navbar i{
  margin:0 5px;
}
.main_menu_wrap .navbar li.active>a{
    background-color: #fff !important;
    color: #e51200;
} 
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color:#fff;
  outline:0;
}
.main_menu_wrap .navbar .home a{
  /* padding: 0 16px; */
  line-height:50px;
  margin-right: -12px;
}
.main_menu_wrap .navbar li a:hover{
    background:#fff  ;
    color:#000;
}  
.main_menu_wrap .navbar li .mega-menu a:hover{
    background:transparent  ; 
}  
.main_menu_wrap .navbar li a{
    color: #fff;
    padding: 0 12px;
    line-height: 50px;
}
.main_menu_wrap .navbar li#sticky-logo a:hover{
  background:transparent;
}
.main_menu_wrap .navbar li a:hover{
  color:#FF0000;
}
.post_header .title{
  line-height:40px;
}
/* latest posts */
.latest_news div{
    padding:0;
    margin:0;
    position: relative;
    background: #000;
}
.latest_news .item{background: #000;min-height: 10vw;}
.latest_news .item img{width: 100%;height: calc(100% + 10px);max-height: 500% !important;}
.latest_news .item .details{
    position:absolute;
    bottom:0;
    height: 100%;
    background: rgba(0,0,0,.1);
    width: 100%;
    transition: all .5s;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
}
.latest_news .item .details:hover{ 
    background:transparent; 
}
.latest_news .item .details .title{
    color:#fff;
    font-size:16px;
    position:absolute;
    bottom:0;
    margin:20px;
    line-height:25px;
    text-shadow: 0 0 10px #000;
    font-weight: 800;
}
.latest_news{
    margin:0 auto; 
}
.latest_news .item .details .title.bigcaption{
  font-size:42px;
  line-height:50px;
}
/* content */
section.content{
    margin-top: 30px;
}
.side_block{
    background: #e51200;
    color:#fff;
    padding:15px;
}
.issues h5 { 
  text-align:left;
}
.issues h5 a{
  color: #ffffff;
}
.side_block img{
    border:#acacac 1px solid;
}
.blocks{
}
.side_block h3 a{ 
    color:#fff;
}
.side_block h4 { 
    color:#fff;
    font-size:14px;
    line-height:25px;
}
.side_block .read_more{
    color:#fff;
    text-align:center;
    border: #ffffff 1px solid;
    width:100%;
    display:block;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.side_block .read_more:hover{
    color:#fff;
    background:#000;
    border: #e51200 1px solid;
}
.side_ads{
}
.content .blocks h3{
    border-bottom:#b8b8b8 1px solid;
    padding-bottom: 10px !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    height: 64px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}
.content .blocks h3 a{
  font-size:18px;
  line-height: 30px;
  display: block;
}
.content .blocks p{
  font-size: 14px;
  height: 60px;
  overflow:hidden;
  line-height: 20px;
}
.others{
    margin-top:30px;
}
.others-sidebar{
    margin-bottom: 5px;
    background: #fff;
    padding-bottom: 1px;
}
.others .block{
    background:#ffffff;
    padding:15px;
}
.others .block p{
    font-size: 17px;
    line-height:32px;
    margin-top:15px;  
}
.others .block p.summary{ 
    height: 135px;
    overflow: hidden;
}
.others .block .btn-more2{
    background:#ed1c24;
    display:block;
    float:left;
    color:#fff;
    padding:5px 50px;
}
.others .block .btn-more2:hover{
    background:#000;  
} 
.others-sidebar h3{
    font-size:18px;
    line-height: 20px;
}
.btn_more3{
    background:#ed1c24;
    color:#fff;
    margin:10px;
    display:block; 
}
.btn_more3:hover{
    background:#000;
    color:#fff;
}
.main_content .block{
    margin-bottom:30px;
}
.main_content h2{
  font-size:20px;
  line-height:35px;
  font-weight:800;
  margin-top:0;
  height: 76px;
  overflow: hidden;
}
.others-sidebar .col-md-6 + .col-md-6{
  padding-right:0; 
}
.others-sidebar h3{
  font-size: 13px;
  font-weight:800;
  margin-top: 5px;
  overflow:  hidden;
}
.main_content p{
  font-size:16px; 
}
.others-sidebar .block+.block{
  padding-top: 11px;
}
.aspectRatio img{
    width: 100% ;
    /* float:right; */
}

.block img , .side_block img , .side_ads img{
    width:100%;
}
.Ads1{
  margin-top:15px;
}
/* footer */
footer{
    background:#a31117;
    color:#fff;
    padding:30px;
}
footer ul{
    list-style:none;
}
footer ul li{
    list-style:none;
    line-height: 40px;
}
footer ul li a{
  color:#fff;
}
footer ul li a:hover{
  color:#000;
}
footer .btn-subscribe{
    background:#ed1c24;
    display:inline-block;
}
footer .btn-subscribe:hover{
    background:#000;
    color:#fff;
}
.mail_list{
    display:inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.subscribe {
    margin-bottom:15px;
}
.subscribe h3.head{
    font-size:16px;
}
.subscribe .mail_list{
    border:0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:5px 10px;
    line-height:23px;
    vertical-align:top;
    color: #000;
}
footer p{
    line-height:26px;
}
/* responsive */
@media(min-width:1280px){
    .container{
        width:1280px;
    }
    .content .container{
        width:1200px;
    }
}



#makeMeScrollable
{
  width:100%;
  height: 330px;
  position: relative;
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea div 
{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
     block of code. It's just a nice feature that prevent the images from
     accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 100%;
}
#makeMeScrollable div.scrollableArea div img 
{  
  height: 100%;
}
#makeMeScrollable div.scrollableArea div h3{
  position:absolute;
  background:rgba(0,0,0,.8);
  bottom:0;
  color:#fff;
  margin-right:20px; 
}
#makeMeScrollable div.scrollableArea div h3 a { 
  display:block;
  font-size:16px;
  color:#fff; 
  padding:5px 20px;
}
#carousel-home-down{
  direction:ltr;
}
#carousel-home-down img{
  width:100%;
}
#carousel-home-down .carousel-indicators{
    width: 100%;
}

@media(min-width:1400px){
  section{
    /* width: 1320px; */
    margin:0 auto;
  } 
}

/* inner pages */
.wrapper{
  background:#fff;
}
.contentArea{
  padding-top: 30px;
}
.sidebar{
  background:#fff;
}
.sidebar .block{
}
.sidebar .side_box {
  position:relative;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(179,179,179,1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(179,179,179,1);
  box-shadow: 0px 0px 2px 1px rgba(179,179,179,1);
  margin-top: 24px;
}
.sidebar .side_box .category{
  position:absolute;
  width: 100%;
  text-align: center;
}
.sidebar .side_box .category a{
  background:#E51200;
  padding: 2px 20px;
  margin:0 auto;
  color:#fff;
  display: inline-block;
}
.sidebar .side_box .category a:hover{
  background:#000;
}
.sidebar .side_box img{
  width: 100%;
}
.sidebar .side_box .details{
  padding: 10px 10px;
}
.Ads2{
  border:#959595 4px solid;
  overflow: hidden;
}
.sidebar .block h3{
  color:#000;
  font-size: 14px;
  font-weight:800;
  line-height:22px;
  margin-top: 0;
}
.titleSection  {
  position:absolute;
  margin-top:-70px;
}
.titleSection h3.title{
  font-size: 17px;
  margin-bottom: 25px;
}
.postContent hr{ 
  border:#555555 1px solid;
}
.postContent{
  line-height:30px;
  text-align: justify;
}
.postFooterLine{
  margin:30px 10%;
}
.sharingIcons{
  margin:0 auto;
  text-align:center;
} 
.side_header{
  background:#ED1B24;
  display:inline-block;
  padding:5px 20px;
  margin: 42px 0 25px;
}
.side_header a{
  color:#fff; 
}
.margin-10{
  margin:20px 0 10px ;
}
.newsbox{
  margin-top: 0;
  background: #252525;
  margin-bottom: 15px;
  color: #fff;
  position:relative;
  min-height: 320px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(143,143,143,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(143,143,143,1);
  box-shadow: 0px 0px 5px 1px rgba(143,143,143,1);
}
.newsbox h6.category{
  margin: 0;
  padding: 0;
} 
.newsbox .category::after{
  content:'';
  display:block;
  clear:both;
}
.newsbox .category a{
  background:#E51200;
  color:#fff;
  display: block;
  padding: 5px 5px;
  float: right;
  margin-bottom: 16px;
  font-size: 13px;
} 
.newsbox .time{
  display:block;
  color:#A0A0A0;
  font-size:14px;
  margin-bottom:15px;
}
.newsbox img{
  width: 100%;
}
.newsbox h3{
  padding:0;
  margin:0;
  border-bottom:#676767 1px solid;
  padding-bottom: 15px;
  height: 100px;
  overflow: hidden;
}
.newsbox h3 a{
  color: #fff;
  font-size: 20px;
  line-height:32px;
  font-weight:800;
}
.newsbox h5{
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  height: 73px;
} 
.newsbox .author{
  color:#A0A0A0;
  margin-top: 15px;
  line-height:50px;
  font-size: 16px;
}
.newsbox .author i{
  background:#fff;
  width: 40px;
  height: 40px;
  font-size:20px;
  text-align:center;
  line-height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.titleSection h3.title{
  background:#ed1b24;
  color:#fff;
  display:inline-block;
  padding: 8px 20px;
  margin-bottom:10px;
  margin-top: 30px;
  font-weight: 800;
}

.contactusHeader{ 
  position:relative !important;
  height:auto !important;
  margin:0;
  text-align:center;
  border-bottom:#F2F2F2 1px solid;
}
.contactusHeader h3.textBlack{
  color:#000 ;
  background:transparent ;
  line-height:50px;  
  font-size:34px; 
}
.contactus{
  background: #fff;
  padding: 20px;
}
.contactus .send{
  padding:5px 50px !important;
  background:#ED1B24;
}
.contactus input, .contactus textarea{
  background:#F5F5F5;
  border:#E8E8E8 1px solid; 
    -webkit-box-shadow: inset 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 rgba(0,0,0,.075);  
}
.container input:focus,.container textarea:focus{
    border-color: #FF0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
  
}
#issues{
  background:#565656;
}
#issues .container .row{
  background:#c6c6c6;
}
#issues .container .row .col-md-3{
  padding-right:0;
}
#issues .container .row .col-md-9{
  padding-left:0;
}
#issues .issues_header{
  background:transparent;
  color:#fff;
  margin-top: 60px;
  margin-bottom: 25px;
}
#issues .issues_header h3{
  font-weight:800;;
  margin-bottom:22px;
}
.issue_frame{
  width:100%;
  height:80vh;
  border:0;
}
.vertical_slider_wrapper{
  height:80vh;
  overflow-y:auto;
}
.vertical_slider{
  list-style:none;
  text-align:center;
  padding: 0;
}
.vertical_slider_wrapper::-webkit-scrollbar {
    width: 12px;
}
.vertical_slider_wrapper::-webkit-scrollbar-track { 
  background:#fff;
} 
.vertical_slider_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    min-height:60px;
    background:#EC1D25; 
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5); 
    border:0;
}
.vertical_slider li{
  margin:0 auto;
  margin: 0 10px 10px;
}
.vertical_slider li a{
  display: block;
  color:#fff;
  position:relative;
  cursor: pointer;
}
.vertical_slider h3{
  color:#fff;
  padding:0;
  margin:0;
  position:absolute;
  background: rgba(229, 18, 0 , .8);
  bottom: 30px;
  display: table-cell;
  vertical-align:middle;
  font-size: 14px;
  padding: 5px 8px;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.5s ease-out;*/
  transition:all .4s ease-in-out;
  left: 0;
}
.vertical_slider li a:hover  h3{
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  background: rgba(229, 18, 0 , 1);
  padding:6px 10px;
}
.vertical_slider h3 span{}
.vertical_slider img{
  margin:0 auto;
  border: #ACACAC 2px solid;
}
.issue_footer{
  margin: 00px 0;
}
.issue_footer .icon_wrapper{
  float:right;
  margin:0 30px;
  color:#fff;
  font-size:30px;
  position:relative;
}
.issue_footer .icon_wrapper i{
  color:#fff;  
}
.issue_footer .icon_wrapper a.liked i{
  color:red;  
}
.issue_footer a{
  cursor:pointer;
}  
.issue_footer .icon_wrapper i.fa-share-square-o{ 
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
shareIcons{
  position:absolute;
  display:inline-block;
  /* background:#fff; */
  z-index: 99999;
  top: 0;
  width: 300px;
  margin-top: -40px;
}
shareicons a{
  display:inline-block;
  width:32px;
}
.postHeaderContent shareicons{
  left:40px;
  top:80px;
}
.g-recaptcha iframe{
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  float:right;
  /* position:absolute; */
  margin-right: -36px;
}
.g-recaptcha{
  /* float:right; */
}
/* inner header */
.pre_header{
  height:calc(100vh - 212px);
  position:relative;
  background-image: url('../images/header_inner.jpg');
  background-repeat: repeat-x;
  background-size: auto calc(100vh - 212px);
  background-position: center top;
  background-attachment: fixed;
  border-bottom: #898488 1px solid;
}
.dash{
  background:#e51200;
  width:100px;
  height:12px;
  position:absolute;
  right:50%;
  margin-right:-50px;
  bottom: -1px;
}
.scroll_down{ 
  cursor:pointer;
  width:100px;
  height:60px;
  font-size:60px;
  text-align:center;
  position:absolute;
  color:rgba(255,255,255,.6);
  padding:0;
  right:50%;
  bottom:20px;
  margin-right:-50px;
  transition:all .4s ;
  animation:tobottom 3s infinite ease-in-out;
}

@keyframes tobottom {
    0,100%{ 
      bottom:200px; 
    } 
    50% {
        bottom:10px;
    }
}

.scroll_down:hover{
  color:#fff;
}
.postImg{
  position:relative;
  min-height: 180px;
  float: left;
  margin: 15px;
  margin-left: 0;
}
.postImg .post_data{
}
.postImg img{
  width:100%;
}
.postImg .imgWrapper{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  min-height: 180px;
}
.postImg .imgWrapper , .postImg .imgWrapper a{
  color:#fff;
}
.postImg .imgWrapper .icon_wrapper i{
  font-size:30px;
  text-align:center;
  line-height:50px;
  border:#fff 3px solid;
  width:50px;
  height:50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.postImg .imgWrapper .icon_wrapper{
  display:inline-block;
  text-align: center;
  font-size: 16px;
}
.postImg .imgWrapper .icon_wrapper likes , .postImg .imgWrapper .icon_wrapper shares{
  padding-top:5px;
  display: block;
} 
.postImg .imgWrapper .postShare{
  margin: 30px;
}
.postImg .imgWrapper .postShare:after{
  clear:both;
}
.postImg .imgWrapper .postHeaderContent .title{
  text-align: right;
  max-width: 750px;
  margin: 12px;
  font-size: 34px;
  font-weight:800;
  line-height: 50px;
  text-shadow: 0 0 5px #000;
  background: rgba(255,0,0,.8);
  margin-right: 50px;
  padding: 8px 10px;
}
.postHeaderContent{
  text-align: right;
}
.postHeaderContent .footer{
  position:absolute;
  bottom: 0px;
  margin: 20px 0;
}
.postHeaderContent .post_date {
  margin-right:50px;
}
.postHeaderContent .post_data{
  margin-right:60px;
}
.postImg .imgWrapper .footer .post_date{
  display:block;
  padding:6px 12px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #000;
}
.postImg .imgWrapper .footer .post_data{
  background: rgba(169, 169, 169, 0.76);
  display:inline-block;
  padding:6px 12px;
  border: #c0c0c0 1px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.postImg .imgWrapper .footer .post_data li{
  display:inline-block;
  list-style:none;
  padding: 0 10px;
  text-align:right;
}
.postImg .imgWrapper .data{
  padding:0;
  margin:0;
}
.postImg .imgWrapper .data i{
  margin:0 10px;
  font-size:16px;
  border:#fff 1px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding:0;
  width:30px;
  height:30px;
  text-align:center;
  line-height:28px;
}
.liked i{
  color:#e51200;
  border-color:#e51200 !important;
}
.liked+likes{
  color:#e51200;
}
.pagination>li>a, .pagination>li>span{
  color: #e51200;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #e51200;
  border-color:#b90f00;
}
/* responsive */
@media(max-width:768px){
  .latest_news div{
    overflow:hidden; 
  }
  .latest_news .item .details .title{ 
    font-size:11px;
    font-weight:800;
    line-height:16px;
    padding:0;
    margin:0 5px;
    max-height:50px;
  }
  .header_others{
    display:none;
  }
  .header .logo{
    margin-top:20px;
  }
  .navbar-default .navbar-toggle ,.navbar-default .navbar-toggle:hover{
    background-color: #e51200;
    color:#fff;
    border:0;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
  }
  .navbar-default .nav>li {
    border-bottom:#ccc 1px solid;
  }
  .navbar-default .nav>li>a{
    text-align:center;
  }
  .pre_header , .side_ads{
    display:none;
  }
  #carousel-home-down{
    margin-top:30px;
  }
  .carousel-caption p , .newsbox h5{
    display:none;
  }
  .newsbox h3 ,.newsbox .time{
    padding:0 10px;
  }
  .newsbox .author{
    margin:10px; 
  } 
  .postImg .imgWrapper .postShare { 
    display:none;
  } 
  .postImg .imgWrapper .postHeaderContent .title{
    margin: 20px;
    font-size: 15px;
    line-height:25px;
    height:50px;
    overflow:hidden;
  }
  .postImg .imgWrapper .postHeaderContent .post_date{
    padding:0;
    margin-bottom:20px;
  }
  .container>.row{
    margin:0 !important;
  }
}
@media(min-width:768px) and (max-width:1280px){
  .newsbox h3 {
    height:60px;
  }
  .newsbox h3 a{
    color: #fff;
    font-size: 18px;
    line-height:22px;
    font-weight:800;
  }
  .newsbox h5{ 
    font-size:14px;
    line-height:21px; 
    height: 62px;
  } 

  .newsbox .author{
    color:#A0A0A0;
    margin-top: 4px;
    line-height: 37px;
    font-size: 14px;
  }
  .newsbox .author i{ 
    width:30px;
    height:30px;
    font-size:16px; 
    line-height:30px; 
  }
  .newsbox{
    min-height: 238px;
  }
  .newsbox .category a{
    margin-bottom:12px;
  }
  .newsbox .time{
    margin-bottom: 0px;
  }
  .side_header{
    margin-bottom:0;
  }
  .postImg .imgWrapper .postHeaderContent .title{
    margin:120px 60px 0;
    background: rgba(255,0,0,.8);
    padding: 10px 12px;
  }
}
#home_innerSlider{
  margin-top: 0;
  /* background: #000; */
  min-height: 300px;
}


/* mega menu */
.sticky-logo{
  width: 84px;
  height:50px;
  background:url(../images/mgov-logo-white.png) center right no-repeat;
  background-size:100%;
  margin-left: 30px;
}
.sticky-logo a{
  display:block;
  width:100%;
  height:50px;
}
.navbar-nav > li{
  position:inherit;
}
.main_menu_wrap .navbar li .mega-menu{
  border-top:#000 1px solid;
  display: block;
  /* width: 1100px; */
  background: #2e2e2e;
  position: absolute;
  padding-top:10px;
  z-index: 99;
  width: 96%;
  right: 2%;
}
.main_menu_wrap .navbar li .mega-menu .others>div.row{
  padding:0;
  margin:0;
}
.main_menu_wrap .navbar li .mega-menu .others>div.row>div{
  padding:10px 2px;
  margin:0;
}
.main_menu_wrap .navbar li .mega-menu .news-box{
  margin:0;
  transition:all 1s;
  -webkit-transition:all 1s;
  height: 80px;
  overflow: hidden;
}
.main_menu_wrap .navbar li .mega-menu .list{
  margin-top: 10px;
  line-height:30px;
  background:#000; 
  display: block;
  margin-left: 10px;
  padding-bottom:0; 
}
.main_menu_wrap .navbar li .mega-menu .list li{
  line-height:40px;
  border-bottom:#2e2e2e 1px solid;
}
.main_menu_wrap .navbar li .mega-menu .list li:hover{
  background:#666; 
}
.main_menu_wrap .navbar li .mega-menu  a{
  color:#fff !important;

}
.main_menu_wrap .navbar li .mega-menu a:hover{
  color:#fff !important;
}
.main_menu_wrap .navbar li .mega-menu .news-box:hover{
  background:#000;
}
.main_menu_wrap .navbar li .mega-menu .news-box a{
  padding-right:0;
  font-size:13px;
  font-weight:400;
}

.main_menu_wrap .navbar li .mega-menu .time{
  color:#eee;
}
.main_menu_wrap .navbar li .mega-menu .title{
  padding: 0;
  margin: 0;
}
.main_menu_wrap .navbar li .mega-menu .title a{
  line-height: 20px;
}
.mega-menu .others{
  margin-top:0;
  padding:0 30px;
}
.mega-menu .news-box{
  height:30px;
  overflow:hidden;
}
.col-sm-4 + .col-sm-8{ 
  padding-right:0; 
}
@media(max-width:1100px){
  .main_menu_wrap .navbar li .mega-menu{
    /* margin-right:-50%; */
  }
}
.createdBy{
  color:#eee;
  text-align:left;
  margin-top: 30px;
}
.createdBy a{
  color:#fff;
}

/* responsive */
@media(max-width:476px){
    footer{
        padding:20px 10px;
    }
    footer .subscribe .mail_list{
        width:65%;
    }
    footer .col-md-6, footer .col-md-4{
        padding:10px 30px;
    }
    footer ul{
        margin-right:0;
        padding-right:0;
    }
    .top_header{
        text-align:center;
    }
    .top_header .social-top{
        text-align:center;
    }
    .header .logo ,header .logo a{
        text-align:right;
        padding:0; 
        margin:0 auto !important;
        margin-top: 38px !important;
    }
    .header.sticky .logo {
        margin-top: 10px !important;
    }
    .header.sticky {
      height:50px;
      border-bottom:#eee 1px solid;
    }
    .main_menu_wrap {
        position:relative;
    }
    .main_menu_wrap button{ 
        left:0px;
        margin-left:10px;
        margin-top:-70px;
        position: initial;
        margin-top: 10px;
    }
    .navbar{
        min-height:0;
    }
    .top-text{
        display:none;
    }
    .postHeaderContent .post_data{
      margin-right:10px !important;
    }
    .postImg .imgWrapper .footer .post_data li{
      padding:0 !important;
    }
    .postHeaderContent .footer{
      padding:0;
      margin:0;
    }
}
@media(max-width:768px){
    .container{
        padding:0;
    }
    .main_menu li a{
        padding:12px 10px;
    }
    .main_menu_wrap .navbar{
        min-height:auto;
    }
}
@media(max-width:992px){
    
}
@media(max-width:1200px){
    
}
@media(min-width:1200px){
    
} 
@media (min-width:476px) and (max-width:992px){
    .logo{
        text-align:center;
    }
    .social-top{
        text-align:right;
    }
    .navbar-form{  
        padding: 0px 15px;
        margin-top: 8px;
    }
    .content .container{
        padding:0 ;
        width:100%;
    }
    .main_content h2{
        font-size:18px;
    }
    .others .block p{
        font-size:12px;
        line-height:18px;
    }
    .others-sidebar h3{
        font-size:18px;
    } 
    .nav>li>a{
        padding:15px 12px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .header .logo{
        /* margin:10px 0; */
    }
    .main_content h2{
        font-size:18px;
    }
    .others .block p{
        font-size:12px;
        line-height:18px;
    }
    .others-sidebar h3{
        font-size:14px;
        margin-top:0;
    } 
    .btn-subscribe{
        margin-top:10px;
    }
} 
/* latest News Adjusting by js */
@element 'div.aspectRatio'{
    $this{  
        height: eval("offsetWidth/(getAttribute('width')/getAttribute('height'))")px;

    }
}

.blockHeader a{
    background:red;
    display:inline-block;
    color:#fff;
    padding:5px 20px;
    margin:0;
}
.main_content .block .row{
  margin:10px 0;
}
.search-btn-xlg .fa{
  font-size:30px;
}


header .circular{
  width: 30px;
  height: 30px;
  border:#2E2E2E 1px solid;
  text-align:center;
  line-height: 28px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  margin:0 5px;
  cursor:pointer;
}
header .circulaSearch{
  width: 30px;
  height: 30px;
  border:#2E2E2E 1px solid;
  text-align:center;
  line-height: 28px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  margin:0 5px;
  cursor:pointer;
  display: inline-block;
  padding:0 6px;
}
.circulaSearch input{
  border:0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height:20px;
  font-size:12px;
  padding:0 20px;
}
.readAnother{
  position:fixed;
  bottom: 30px;
  background-color: #d8242f;
  z-index: 2;
  width: 300px;
  padding: 10px;
  right: -350px;
  border: #2e2e2e 1px solid;
}
.readAnother .btn{
  position:absolute;
  left:12px;
  margin-top:2px;
  padding:2px 5px;
  
}
.readAnother h1{
  color:#fff;
  font-size:14px;
  font-weight:800;
  text-align:center;
  padding:8px;
  margin:0;
  background:#2e2e2e;
}
.readAnother a{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.readAnother h3{
  height: 88px;
  padding-top:0;
  margin-top:5px;
  display:table-cell;
  vertical-align:middle;
}
.readAnother .img {
  width: 100px;
  height: 80px;
  float:right;
  margin: 10px;
}
.hay2a{
  position:absolute;
  width:100px;
  top:0;
  left: 30px;
  height: 100%;
}
.hay2a a{
  display:block;
  margin-top:2px;
  height: calc(100% - 4px);
  text-align: left;
}
.hay2a img{
  height:100%;
}
.tag{
  margin: 5px 5px 15px;
  border:#eee 1px solid;
  display: inline-block;
  padding: 5px 10px;
}
.tag:hover{
  background:#d6252d;
  color:#fff;
}
@media(max-width:768px){ 
  #mainSlider .carousel-caption .sharing-icons{
    display:none !important;
  }
  #mainSlider .fullwidth-slider .carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width:100%;
    margin-right:0;
  }
  #mainSlider .fullwidth-slider .carousel-inner>.item>a{
    display:block;
  }
  #mainSlider .carousel-caption{
    width:100% !important;
    margin-top:0px !important;
    position:relative;
    padding-top:0;
  }
  #mainSlider .carousel-caption h5{
    position:absolute;
    margin-top:-30px !important;
  }
  #mainSlider .carousel-caption h4{
    margin-top: 0 !important;
    padding-top:10px !important;
    font-size:14px !important;
    line-height:20px !important;
    height:60px;
    overflow:hidden;
  }
  #mainSlider .carousel-control{
    display:none !important;
  }
  #mainSlider .carousel-inner{
    padding:0 !important;
  }
  .fullwidth-slider .carousel-indicators{
    width:30%;
  }
  #hay2a{
    display:none;
  }
  #main_menu li a{
    text-align:center;
  }
  #main_menu .mega-menu{
    display: none !important;;
  }
  .main_menu_wrap{
    top:auto;
  }
  #skitter_slider{
    display:none;
  }
  #top_content{
    margin-bottom:30px;
  }
  #issues .col-md-9 ,  #issues .col-md-3{
    padding:0;
  }
}
.main_content [class^='col-']{
  padding:0; 
}
.main_content [class^='col-'] + [class^='col-']{
  padding-right:10px; 
}
.main_content h2{ 
  font-size:13px;
  line-height:20px;
  height:64px;
  overflow:hidden;
  margin-bottom:0;
}
.others .main_content p.summary{ 
  font-size:12px;
  line-height:18px; 
  height:90px;
  overflow:hidden;
  margin-top:0; 
}
.blocks .block{
  padding:10px;
  background:#fff;
  margin-bottom:30px;
}
.Ads1 img{
  height:800px;
}
.side_block.issues h3{
  margin-top:15px;
  font-size:20px;
}
.side_block.issues h5{
  margin-top:-11px;
}
.side_block.issues{
  margin-bottom:30px
}
.blockHeader{
  background: #f0f0f0;
}
@media(max-width:768px){
  .row{
    margin-right:-5px;
    margin-left:-5px;
  }
  [class ^= "col-"]{
    padding:5px;
  }
  #top_content {
     margin-top: 5px;
     margin-bottom: 5px;
  }
  .blocks .block{
    margin-bottom:10px;
  }
  .side_block.issues {
    margin-bottom: 10px;
  }
  .main_content [class^='col-'] + [class^='col-'] {
    padding-right: 0px;
  }
  .main_content [class^='col-'] {
     
  }
  .main_content h2 , .main_content .summary{
    padding:5px; 
  } 
  .main_content .block .row{
    margin:0; 
  }
  .others-sidebar .col-xs-7{
    padding-right:0 !important;
    
  }
  .newsbox{ 
    min-height: 100px;
  }
  .newsbox h3 a{
    font-size:12px;
    line-height:10px;
  }
  .newsbox .time{
    font-size:10px;
    margin-bottom:0;
  }
  .newsbox .author{
    font-size:10px !important;
    line-height:40px;
    margin:0; 
  }
  .author i.fa{
    font-size:10px !important;
    width:20px;
    height:20px;
    line-height:20px;
  } 
  .contentArea{
    padding-top:0;
  }
  .post_header{
    border-top:#eee 1px solid; 
  }
  .post_header>h3{
    font-size:16px;
    font-weight:800;
    line-height:40px !important;
  }
  .post_header .footer{
    font-size:10px;
    line-height:15px;
  }
  .post_header .footer .col-xs-3{ 
    width:calc(25% + 20px) !important;
  }
  .post_header .footer .col-xs-2{
        width:calc(16.6% - 5px) !important;
   
  }
  .post_header .footer .col-xs-2 + .col-xs-2{
       width:calc(16.6% - 15px) !important;
  }
  .content .blocks h3 a{
    font-size:12px;
    line-height:16px;
  }
  .content .blocks p{
    font-size:12px;
  } 
  .logo {
    text-align:center !important;
  }
  .logo a{
    text-align:center !important;
    margin:0 auto;
  }
  .logo img{
    max-width:82%;
    margin:0 auto;
  }
  .newsBarHeader{
    width:20%;
    font-size:14px;
    line-height:20px;
    padding-top:5px;
  }
  .top_header .marquee{
    width:80%;
  }
  .main_menu_wrap .navbar li a{
    line-height:40px !important;
  }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background:#e51200 !important;
}