
/* <!-- =========================
        //////////////mohsin hussain Design and Developed //////////////////////
        //////////// by www.thenews.com.pk======================-->*/



body{	
  	background-color: #fff;
	color: #333;
  	overflow-x:hidden !important;	
}
html {
    font: .875em/1.28571 Merriweather,serif;
    overflow-y: scroll;
    min-height: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.goToTop {
  position: fixed;
  top: 0;
  /*height: 70px;*/
  right:0;
  left:0;
  z-index: 2;

}
p{
	font-family:Merriweather;
	font-size: 15px;
}
a{ 
  text-decoration: none;
  color: #000;
}
a:hover{
	color: #000 !important;
  text-decoration: none;
}
a:focus{
	outline: none;
  text-decoration: none;
}
h2{
	font-family: merriweather;
  line-height: 23px;
}
img{
 border:none;
}
/*img:hover{
  opacity: 0.75;
}*/
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;  
}
.img-left {
  display: block; 
  margin-right: auto;  
}
.yellow_bg{
	background-color: #ffd62c;
}
.yellow_btn{
	background-color: #ffd62c;
	color: #fff;

}
.yellow_btn:hover{
	background-color: #f8c907;
	color: #fff;
}
.limeblue_bg{
	background-color: #7dc34d;
}
.blue_bg{
	background-color: #09c;
}
.blue_btn{
	background-color: #09c;
	color: #fff;
}
.blue_btn:hover{
	background-color: #39c8f7;
	color: #fff;
}
.transition{
   -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.header_first_inner {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 5px;
}
#header{
	float: left;
	display: inline;
	width: 100%;	
}
.header_first { 
  display: inline;
  float: left;
  width: 100%;  
 /* margin-top:10px;
  border-bottom: 1px solid #e6e6e6;*/
}
.header_first_left{
  float: left;
    display: inline;
    width: 13%;
}
.header_first_right{
  float: left;
  display: inline;
  width: 50%;
  padding: 5px 0px 0 250px;
 text-align: center;
}
.top_first_nav{
  text-align: right;
  margin-top:5px;
}
.top_first_nav li{
  display: inline-block; 
  /*border-right: 1px solid #000; */
}
.top_first_nav li a {
  color: #407295;
  /*display: inline-block;*/
  font-family: arial;
  font-size: 12px;
  padding: 0px 0px;
  margin-left:5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}
.top_first_nav li a:hover{
  color: #000;
  text-decoration: none;
  outline: none;
}
.header_top { 
  display: inline;
  float: left;
  width: 37%;
    margin-top: 3px;
  /*border-bottom: 1px solid #e6e6e6;*/
}
.header_top_left{
  /*float: left;*/
  display: inline;
  width: 70%;
}
.header_top_inner { 
  display: inline;
  float: left;
  width: 35%;
    margin-top: 8px;
  /*border-bottom: 1px solid #e6e6e6;*/
  height: 50px;
 
}
.header_top_left_inner{
  /*float: left;*/
  display: inline;
  width: 70%;
  
}
.top_nav{
  text-align: right;
  margin-top:5px;
}
.top_nav li{
  display: inline-block; 
  border-right: 1px solid #000; 
}
.top_nav li a {
  color: #407295;
  /*display: inline-block;*/
  font-family: Merriweather;
  font-size: 12px;
  padding: 0px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
   
  
}

.header_top_inner_left{
  float: left;
  display: inline;
  width: 20%;
  height: 50px;
  margin-top: 8px;
}
.inner_top_nav{
  text-align: right;
  margin-top:5px;
}
.inner_top_nav li{
  display: inline-block; 
  border-right: 1px solid #000; 
}
.inner_top_nav li a {
  color: #407295;
  /*display: inline-block;*/
  font-family: arial;
  font-size: 12px;
  padding: 0px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
   
  
}

.nav-tabs {
    border-bottom: 1px solid #aad5f5;
    font-family: Merriweather;
	font-style: normal;
    font-weight: 900;
}

.top_nav li a:hover{
  color: #000;
  text-decoration: none;
  outline: none;
}

.header_top_right{
  float: right;
  display: inline;
  /*width: 18%;*/
  text-align: right;
}
/*.search_form{
  padding: 3px 0 0;
}
.search_form input[type="text"] {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #afafaf;
  display: inline-block;
  line-height: 27px;
  margin: 0;
  max-height: 31px;
  padding: 0 0 0 15px;
  width: 180px;
}
.search_form input[type="submit"]{
  background: url("../img/icon-search.png") no-repeat scroll center 5px rgba(0, 0, 0, 0);  
  height: 27px;
  line-height: 27px;  
  width: 30px;
  border:none; 
}*/
#search {

}

#search input[type="text"] {
    background: url("../img/search-white.png") no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px arial;
    color: #bebebe;
    width: 100px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 100px;
    }
.header_bottom {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.header_bottom_left{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.header_inner_center{
  float: left;
  display: inline;
  width: 45%;
  text-align: center;
}
.logo_inner {
  display: block;
  font-family: arial;
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  /*width: 217px;*/
}
.logo {
  /*display: block;
  font-family: arial;*/
  font-size: 35px;
  font-weight: bold;
  line-height: 32px;
  /*width: 217px;*/
}
.logo>img:hover{
  opacity: 1;
}
.logo>strong{
  color: #FFA500;
}
.logo>span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.header_bottom_right{
  float: right;
  display: inline;
  width: 100%;
    text-align: center;
    margin-top: 10px;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 105px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  border:1px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}
#navarea{
  float: left;
  display: inline;
  width: 100%;  
}
.navbar-default {  
  border-radius: 0;
  padding: 0;
  margin-bottom: 0px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.custom_nav{
  /*border:1px solid #fff;*/
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: block;
  font-family: Merriweather;
  font-size: 14px;
  /*font-weight:bold;*/
  text-decoration: none;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-bottom: 17px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding:5px 15px;
  
}

.dropdown-menu > li > a {
  color: #fff;
  font-family: arial;
  padding: 5px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
   -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/

}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
#mainContent {
  /*background-color: #f6f6f6;*/
  display: inline;
  float: left;  
  padding-top: 15px;
  width: 100%;
  margin-bottom: 25px;
}
.content_top{
  float: left;
  display: none;
  width: 100%;
}
.latest_slider{
  float: left;
  display: inline;
  width: 100%;
  padding-left: 10px;
  
}
.single_iteam{
  position: relative;
}
.single_iteam img{
  width: 100%;
}
.single_iteam h2 { 
  display: inline-block; 
  left: 0;
  position: absolute;
  right: 0;
  font-size: 20px;
  text-align: center;
  top: 45%;
}
.single_iteam h2>a:hover{
 text-decoration: underline;
}
.single_iteam h2 > a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
}
.content_top_right{
  float: left;
  display: inline;
  width: 100%;
}
.featured_nav{}
.featured_nav li {
  display: block;
  float: left;
  height: 208px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  width: 48%;
}
.featured_nav li img{
  width: 100%;
  height: 100%;
}
.featured_nav li:hover .title_caption{
  height: 130px; 
  padding-top: 15%;
 
}
.title_caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.75);
  -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.featured_nav li a{
  display:block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
   -webkit-transition:all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
  
}
.content_middle{
  float: left;
  display: inline;
  width: 100%;
}
.content_middle_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
  height: 637px;
}
.content_middle_inner {
    float: left;
    display: inline;
    width: 27%;
    margin-top: 0px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dddddd;
    height: 585px;
}
.content_middle_mob{
  float: left;
  display: inline;
  width: 100%;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
  height: 300px;
   margin-bottom:10px;
   display:none;
}
.content_middle_mob li{
  float: left;
  display: inline;
  width: 33.3% !important;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: none !important;
  height: 290px;
  padding:10px;
 
}
.content_featured_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:5px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
}
.featured_subimg {
  height: auto;  
  overflow: hidden;
  width: 40%;
  overflow: hidden;
  float:left;
}
.featured_titile{
  color: #434c51;
  float: left;
  margin: 0px 0px 0px 5px;
  font-size:14px; 
  width: 56%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.featured_titile a{
  color: #000;
  
}
.content_meto_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:5px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
}
.meto_subimg {
  height: auto;  
  overflow: hidden;
  width: 48%;
  overflow: hidden;
  float:left;
}
.meto_titile{
  color: #434c51;
  float: left;
  margin: 0px 0px 0px 5px;
  font-size:14px; 
  width: 47%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.meto_titile a{
  color: #000;
  
}
.content_oddnews_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:5px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
}
.oddnews_subimg {
  height: auto;  
  overflow: hidden;
  width: 48%;
  overflow: hidden;
  float:left;
}
.oddnews_titile{
  color: #434c51;
  float: left;
  margin: 0px 0px 0px 5px;
  font-size:14px; 
  width: 47%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.oddnews_titile a{
  color: #000;
  
}
.content_interactive_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:5px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
}
.interactive_subimg {
  height: auto;  
  overflow: hidden;
  width: 48%;
  overflow: hidden;
  float:left;
}
.interactive_titile{
  color: #434c51;
  float: left;
  margin: 0px 0px 0px 5px;
  font-size:14px; 
  width: 47%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.interactive_titile a{
  color: #000;
  
}
.content_food_leftbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top:5px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
}
.food_subimg {
  height: auto;  
  overflow: hidden;
  width: 48%;
  overflow: hidden;
  float:left;
}
.food_titile{
  color: #434c51;
  float: left;
  margin: 0px 0px 0px 5px;
  font-size:14px; 
  width: 47%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.food_titile a{
  color: #000;
  
}
.catg1_nav li .post_titile a{
  color: #383838;
  font-family: arial;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cat_inner{
	padding-bottom:15px;
}
.single_category{
  float: left;
  display: inline;
  width: 100%;  
}
.inner_single_category{
  float: left;
  display: inline;
  width: 100%;  
}
.main_category{
  float: left;
  display: inline;
  width: 65%;  
  margin-right:15px;
}
/*.world_category{
  float: left;
  display: inline;
  width: 50%;  
}*/



.single_category>h2,.archive_style_1 > h2{
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  position: relative;

}
.world_category>h2,.archive_style_1 > h2{
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  position: relative;

}
.bold_line {
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bold_line span {  
  display: block;
  height: 100%;
  width: 100%;
}
.solid_line {
  background-color: #fff;
  bottom: 5px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.title_text {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 0px;
  z-index: 1;
}
.catg1_nav{

}
.catg1_nav li{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dotted #bebebe;
}
.catg1_nav li a{
}
.catgimg_container {
  height: auto;  
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
.catg1_img img {
  height:100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catg1_img:hover img{  
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);

}
.catg1_nav li .post_titile{
  color: #434c51;
  float: left;
  margin: 10px 0px;
  font-size:16px; 
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catg1_nav li .post_titile a{
  color: #383838;
  font-family: Merriweather;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content_middle_middle {
  border-left: 10px solid #798992;
  border-right: 10px solid #798992;
  display: inline;
  float: left;
  margin-top: 17px;
  position: relative;
  width: 100%;
}
.content_middle_middle:after {  
  content: "";
  height: 122px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.content_middle_middle:before { 
  content: "";
  height: 122px;
  right:-10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.single_featured_slide{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.single_featured_slide img{
  width: 100%;
}
.single_featured_slide>h2 a{
    color: #383838;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.single_featured_slide > p {
  font-size: 12px;
  padding: 0px 16px;
}
.content_middle_middle .slick-prev { 
  left: 15px;
  top: 25px;
}
.content_middle_middle .slick-next { 
  left: 62px;
  right: 0;
  top: 25px;
}
.content_middle_rightbar{
  float: left;
  display: inline;
  width: 100%;  
}
.content_bottom{
  float: left;
  display: inline;
  width: 100%;
}
.content_bottom_left {
  background-color: #fff;
  display: inline;
  float: left;
  margin-left: 0px;
  min-height: 435px;
  width: 100%;
  padding: 5px;
  margin-bottom:10px;
 /* border: 1px solid #dddddd;*/
}
.content_bottom_left .title_text {
  background-color: #4bb1d5;  
  color:#fff;
  
}


.archive_style_1 > .business_category_left {width:48% !important;margin-right:2%;}
.fashion_catgnav{

}
.fashion_catgnav li {
  /*border-bottom: 1px dotted #e5e5e5;*/
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.catgimg2_container{
  width: 100%;
  height: auto;
  float: left;
  display: block; 
  overflow: hidden;
  padding:0px;
  margin-bottom:10px;
}
.catgimg2_container img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*.catgimg2_container a:hover img{
   -webkit-transform:scale(1.1); /* Safari and Chrome */
 /* -moz-transform:scale(1.1); /* Firefox */
 /* -ms-transform:scale(1.1); /* IE 9 */
  /*-o-transform:scale(1.1); /* Opera */
  /*transform:scale(1.1);
}*/
.catg_titile{
  margin-bottom: 13px;
  float: left;
  margin-top:0px;
}
.catg_titile a{
  /*color: #15628c;*/
 font-size: 23px;
line-height: 27px;
font-family: Merriweather;
font-weight: 900 !important;
}
.top_titile{
  margin-bottom: 18px;
  float: left;
  width:94%;
  padding:5px;
  margin:-45px 10px 0px 15px;
  background-color:#fff;
  height:165px;
}
.top_titile a{
  color: #000000;
    font-size: 34px;
    line-height: 40px;
}
.top_titile h2{
  margin-top:0px;
      font-family: Merriweather;
    font-style: normal;
    font-weight: 900;
}
.top_titile p{
  margin-top:0px;
      font-family:Merriweather;
    font-style: normal;
    font-weight: 300;
	font-size: 15px;
    line-height: 25px;
}
.comments_box{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 5px;
  margin-top:10px;
}
span.meta_date, span.meta_comment, span.meta_more {
  display: inline-block;
  margin-right: 8px;
  color: #aaa;
  font-size: 12px;
  float:right;
}
span.meta_date:before {
  content: "|";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}
span.meta_comment:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}
span.meta_more:before {
  content: "|";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 4px;
  text-decoration: inherit;
}

.business_category_right{
  float: right;
  display: inline;
  width: 44%;
  padding-top: 0px;
}
.sports_catg{
  width: 32%;
  float: left;
  /*border-right: 1px dotted #e5e5e5;*/
  margin-right: 10px;
  margin-top:34px;
		}
.sports_catg li {
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  float:left;
}
.small_catg{}
.small_catg li {
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.related-img{
display: inline-block;
float: left;
}
.media-left{
width: 100px;
height: auto;
}
.media-left>img{
  width: 100%;
  height: auto;
}
.media-heading a{
  font-family: Merriweather;
  font-style: normal;
  font-weight: 300;
	
}
.media-heading {
    margin-top: 0;
    margin-bottom: 11px;
	margin-top:2px;
    line-height: 20px;
	font-size: 14px;
}
.fet_head{
	width:100%;
	height:30px;
	background-color:#dedede;
	padding:4px;
	font-size: 16px;
    color: #000;
    font-weight: 900;
	margin-bottom:10px;
}
.national {
  background-color: #fff;
  display: inline;
  float: left;
  margin-left: 0px;
  min-height: 300px;
  width: 100%;
  padding: 5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
}
.national h2 {
    text-align: left;
    font-size: 24px;
    margin-top: -10px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 900;

}
.national .title_text {
  background-color: #4bb1d5;  
  color:#fff;
  height:28px;
  
}
.national_category_left{
  float: left;
  display: inline;
  width: 52%;
  padding-top: 0px;
}
.world_category_left{
	width:100%;
	float:left;
	margin-right:5px;
	padding: 5px;
}
.world_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.world_category_top{
	height: 475px;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.world_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.world_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-right: 8.5px;
}
.world_area p{
  height:350px;
}
.world_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;
	

}
.world_area .title_text {
  background-color: #4bb1d5;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.world_area_left{
	width:95%;
}
.world_area_right{
	width:95%;
}
.sports_category_left{
	width:100%;
	float:left;
	margin-right:5px;
}
.sports_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.sports_category_top{
	height: 475px;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.sports_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.sports_area{
  float: left;
  display: inline;
  width: 100%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
 /* margin-left: 8.5px;*/
}
.sports_area p{
  height:350px;
}
.sports_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;
	

}
.sports_area .title_text {
  background-color: #4bb1d5;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.sports_area_left{
	width:95%;
}
.sports_area_right{
	width:95%;
}
.ent_category_left{
	width:100%;
	float:left;
	margin-right:5px;
	padding: 5px;
}
.ent_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.ent_category_top{
	height: 475px;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.ent_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.ent_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-left: 8.5px;
}
.ent_area p{
  height:350px;
}
.ent_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.ent_area .title_text {
  background-color: #4bb1d5;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.ent_area_left{
	width:95%;
}
.ent_area_right{
	width:95%;
}
.sci_category_left{
	width:100%;
	float:left;
	margin-right:5px;
	padding: 5px;
}
.sci_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.sci_category_top{
	height: auto;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.sci_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.world_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-right: 9px;
}
.world_area p{
  height:auto;
}
.worldi_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.world_area .title_text {
 background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.world_area_left{
	width:95%;
}
.world_area_right{
	width:95%;
}
.sci_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-left: 8px;
}
.sci_area p{
  height:auto;
}
.sci_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.sci_area .title_text {
 background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.sci_area_left{
	width:95%;
}
.sci_area_right{
	width:95%;
}
.box1_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-right: 9px;
}
.box1_area p{
  height:auto;
}
.box1_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.box1_area .title_text {
 background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.box1_area_left{
	width:95%;
}
.box1_area_right{
	width:95%;
}
.box2_area{
  float: left;
  display: inline;
  width: 49%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-left: 8px;
}
.box2_area p{
  height:auto;
}
.box2_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.box2_area .title_text {
 background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.box2_area_left{
	width:95%;
}
.box2_area_right{
	width:95%;
}
.weird_category_left{
	width:100%;
	float:left;
	margin-right:5px;
	padding: 5px;
}
.weird_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.weird_category_top{
	height: auto;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.weird_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.weird_area{
  float: left;
  display: inline;
  width: 32%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
 /* margin-right: 8.5px;*/
}
.weird_area p{
  height:auto;
}
.weird_area h2{
 text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.weird_area .title_text {
  background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.weird_area_left{
	width:95%;
}
.weird_area_right{
	width:95%;
}
.health_category_left{
	width:100%;
	float:left;
	margin-right:5px;
	padding: 5px;
}
.health_category_right{
	width:49%;
	float:left;
	margin-left:5px;
}
.health_category_top{
	height: auto;
    border-bottom: 1px dotted #e5e5e5;
    float: left;
    width: 100%;
}
.health_category_bottom{
	margin-top:10px;
   /* border-bottom: 1px dotted #e5e5e5;*/
    float: left;
    width: 100%;
}
.health_area{
  float: left;
  display: inline;
  width: 32%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  margin-left: 17px;
}
.health_area p{
  height:auto;
}
.health_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;

}
.health_area .title_text {
  background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.health_area_left{
	width:95%;
}
.health_area_right{
	width:95%;
}
.fashion_category{
  float: right;
  display: inline;
  width: 100%;
  background-color: #fff;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  height: 585px;
}
.inner_category {
    float: right;
    display: inline;
    width: 100%;
   /* background-color: #fff;*/
    margin-bottom: 10px;
   /* border: 1px solid #dddddd;*/
    height: auto;
}
.inner_category img{
	margin:20px 20px 20px 0px;	
	width:600px;
	float:left;
	
}
.inner_content_img_right img{
	margin:20px 0px 20px 20px;	
	width:570px;
	float:right;
	
}
.inner_content_widget_left{
	margin:20px 20px 20px 0px;	
	float:left;
	
}
.inner_content_widget_right{
	margin:20px 0px 20px 20px;	
	float:right;
	
}
.inner_category h2 {
	padding:10px;
	border-bottom:1px dotted #e5e5e5;
	margin: 0px 10px;
	line-height: 50px;
    /*font-style: oblique;*/
    font-size: 36px;
	font-family: Merriweather;
}
.inner_top_titile p {
	/*font-family: Merriweather;*/
    font-size: 18px;
    font-size: 1.28571rem;
	font-weight: 400;
    font-style: normal;
    color: #252525;
    letter-spacing: 0;
    line-height: 1.65;
	    text-align: justify;
}
.inner_category_name {
	padding:10px;
	margin: 0px 10px;
	font-weight:bold;
	float:left;
	font-size:12px;
}
.inner_category_date {
	padding:10px;
	margin: 0px 10px;
	font-size:12px;
}
.inner_top_titile {
    margin-bottom: 18px;
    float: left;
    width: 100%;
    padding: 25px;
    margin: 0px;
    background-color: #fff;
    height: auto;
}
.category{
  float: right;
  display: inline;
  width: 100%;
  background-color: #fff;
  margin-bottom:10px;
  border: 1px solid #dddddd;
  height: 637px;
}
.catgnav{

}
.inner_catgnav li {
  /*border-bottom: 1px dotted #e5e5e5;*/
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.catgnav li {
  /*border-bottom: 1px dotted #e5e5e5;*/
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.related-news{width:100%; background:#FFF; display:inline-block;padding-bottom:20px; margin-top:20px;}
.related-news ul{width:100%;}
.related-news ul li:nth-child(1){margin-left:20px;}
.related-news ul li:nth-child(4){margin-right:20px;}
.related-news ul li{float:left; display:inline-block; width:185px; margin-right:20px;}
.related-news ul li img{width:190px;}
.related-news ul li a{}

.editors_pick{
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
 /* margin-left: 8.5px;*/
 display:inline-block;
 
}
.editors_pick h2 {
    text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /* text-transform: uppercase; */
    position: relative;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 600;
}
.editors_pick .title_text{
	background-color: #696B6B;
    color: #fff;
    height: 28px;
    padding: 3px 5px;
}
.editors_pick .caption{
	background-color: #000;
    color: #fff;
    min-height: 50px;
    padding: 3px 5px;
	font-family: Merriweather;
}
.editors_pick .caption a{
	color: #fff;
}

.category_area{
  float: left;
  display: inline;
  width: 100%;
  background-color:#fff;
  padding:5px;
  margin-bottom:10px;
  border: 1px solid #dddddd;
 /* margin-left: 8.5px;*/
}

.category_area p{
  height:auto;
}
.category_area h2{
  text-align: left;
    font-size: 20px;
    margin-top: -5px;
    /*text-transform: uppercase;*/
    position: relative;
	font-family: Merriweather;
    font-style: normal;
    font-weight: 600;
	

}
.category_area .title_text {
  background-color: #00a1d9;  
  color:#fff;
  height:28px;
  padding: 3px 5px;
  
}
.single_bottom_rightbar{
background-color: #fff;
    width: 99.7%;
    padding: 10px;
    border: 1px solid #dddddd;
	margin-bottom:20px;	
	min-height:440px;
	display: inline-block;
	-webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.14);
-moz-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.14);
box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.14);
}
.ads{
	width:100%;;
	height:auto;
	background-color:#fff;
	text-align:center;
	display:inline-block;
	margin-top: 0px;
	border: 1px solid #dddddd;
}
.ads_ros{
	width:100%;;
	height:auto;
	background-color:#fff;
	text-align:center;
	display:inline-block;
	margin-top: 20px;
	border: 1px solid #dddddd;
}
.content_bottom_right{
  float: left;
  display: inline;
  width: 100%; 
  /*margin-top:25px; */
}
.opinion_rightbar{
  float: left;
  display: inline;
  width: 100%;
  /*margin-bottom: 10px;*/
  margin-top: 30px;
  background-color:#fff;
  border: 1px solid #dddddd;
}
.opinion_rightbar h5{
	    margin-bottom: 11px;
    margin-top: 2px;
    line-height: 20px;
    font-size: 14px
}
.opinion_rightbar p{
	    margin-bottom: 11px;
    margin-top: 2px;
    line-height: 20px;
    font-size: 12px
}
.live_rightbar_pic{
	width: 70px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.live_rightbar>h2{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -15px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
}
.live_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
.live_rightbar{
  float: left;
  display: inline;
  width: 100%;
  /*margin-bottom: 10px;*/
  margin-top: 15px;
  background-color:#fff;
  border: 1px solid #dddddd;
  height: auto;
}
.live_rightbar li{
  float: left;
  height: auto;
}
.live_rightbar_child7 {
   display:block;
}
.live_rightbar_time{
  float: left;
  display: inline;
  width: 20%;
  margin-right: 10px
  /*margin-bottom: 10px;*/
}
.live_right_pakistan{
	/*background-color: #288A39;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_right_pakistan a{
	color:#288a39;
}
.live_right_world{
	/*background-color: #37ACD8;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_right_world a{
	color:#37ACD8;
	
}
.live_right_sports{
	/*background-color: #0A8196;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_right_sports a{
	color:#0A8196;
}
.live_right_business{
	/*background-color: #CA681B;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_right_business a{
	color:#CA681B;
}
.ib-item {
    margin: 0 0 3px 18px;
    padding: 0 0 13px 26px;
    min-height: 15px;
    border: 1px solid #00a7e7;
    border-width: 0 0 0 1px;
}

.live_rightbar h4{
      font-size: 14px;
    line-height: 20px;
}
.live_inner_rightbar_pic{
	width: 205px !important;
    height: auto;
    float: right !important;
    margin: 0px !important;
}
.live_inner_rightbar>h2{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -15px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
}
.live_inner_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
.live_inner_rightbar{
  float: right;
  display: inline;
  width: 28%;
  /*margin-bottom: 10px;*/
  margin: 20px 0 20px 20px;
  background-color:#fff;
  border: 1px solid #dddddd;
  height: auto;
}
.live_inner_rightbar li{
  float: left;
  height: auto;
}
.live_inner_rightbar_time{
  float: left;
  display: inline;
  width: 20%;
  margin-right: 10px
  /*margin-bottom: 10px;*/
}
.live_inner_right_pakistan{
	/*background-color: #288A39;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_inner_right_pakistan a{
	color:#288a39;
}
.live_inner_right_world{
	/*background-color: #37ACD8;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_inner_right_world a{
	color:#37ACD8;
	
}
.live_inner_right_sports{
	/*background-color: #0A8196;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_inner_right_sports a{
	color:#0A8196;
}
.live_inner_right_business{
	/*background-color: #CA681B;*/
	text-align: center;
    width: 56px;
    padding: 3px;
    font-size: 12px;	
}
.live_inner_right_business a{
	color:#CA681B;
}
.ib-item_inner {
    margin: 0 0 3px 18px;
    padding: 0 0 13px 26px;
    min-height: 15px;
    border: 1px solid #00a7e7;
    border-width: 0 0 0 1px;
}

.live_inner_rightbar h4{
      font-size: 14px;
    line-height: 20px;
}
.opinion_rightbar_pic{
	width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.writter{
	font-size:10px;
	margin-top:-5px;
	font-style: italic;
}
.opinion_rightbar>h2{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -15px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
}
.opinion_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
.op_nw_right{
  display: inline;
  width: 1000%;
  margin-top: 30px;
  background-color:#fff;

}
.editorial_rightbar{
  float: left;
  display: inline;
  width: 50%;
  margin-top: 30px;
  background-color:#fff;
  border: 1px solid #dddddd;
}
.editorial_rightbar h2{  
  color: #222;
  display: block;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 3px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:left;
  border-bottom: 1px dotted #e5e5e5;
}
.editorial_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
.social_rightbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 30px;
  background-color:#fff;
  margin-top:40px;
  border: 1px solid #dddddd;
}
.social_rightbar>h2{  
  color: #176289;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -25px 0 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:left;
}
.social_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}
.trending_rightbar{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 30px;
  background-color:#fff;
  border: 1px solid #dddddd;
}
.trending_rightbar_shares{
	background-color:#b7e5f4;
	height:20px;
	text-align: right;
    width: 35%;
    float: right;
    padding: 0px 5px;
    margin-top: -20px;
}
.trending_rightbar>h2{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -15px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
}
.trending_rightbar h4{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0 15px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
 
}
.trending_rightbar p{  
  color: #0a3d58;
  background-color:#b7e5f4;
  display: block;
  padding: 0px 5px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
  width: 35%;
  float: right;
}
.trending_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}

.blog_rightbar{
  float: left;
  display: inline;
  width: 100%;
  /*margin-bottom: 10px;*/
  margin-top: 30px;
  background-color:#fff;
  border: 1px solid #dddddd;
}
.blog_rightbar>h2{  
  color: #222;
  display: block;
  font-family: Merriweather,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: -15px 0px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
  text-align:right;
}
.blog_rightbar > h2:after {
  /*background: none repeat scroll 0 0 #798992;*/
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 45%;
}

.popular_catg{

}
.popular_catg .media-left img{
  border:1px solid lightGrey;
  padding:2px;
}
.popular_catg li{
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 0px;
}
.tab-content{
  padding-top: 20px;
}
.tab-content_first{
  width:47% !important;
  float:left;
  margin-right:15px;
}
.tab-content li{
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 51%;
	float:left;
}
.tab-content-img{
   width: 100%;
    height: auto;
	float:left;
}
.nav-tabs > li > a:before{
  visibility: hidden;
  margin-right: 0px !important;
}
.single_bottom_rightbar ul li a{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single_bottom_rightbar ul li>a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
}
.blog_archive {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.blog_archive select {
  background-color: #fff;
  border: medium none;
  height: 50px;
  padding: 10px;
  width: 100%;
}
.blog_archive select option {
  cursor: pointer;
  padding: 10px 5px;
}

#footer{
  float: left;
  display: inline;
  width: 100%;
  border-top: 10px solid #a7d6f0;
  margin-top: 0px; 
}
.footer_top {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}
.single_footer_logo{
  float: left;
  display: inline;
  width: 27%;
}
.single_footer_top{
  float: left;
  display: inline;
  width: 27%;
}
.single_footer_top > h2 {  
  font-size: 18px;
  margin: 0 0 10px;
  padding: 6px 0;
  text-transform: uppercase;
}
.flicker_nav{
  
}
.flicker_nav li {
  display: block;
  float: left;
  width: 22%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.flicker_nav li a {
  display:block;
  height: 75px;  
  width:100%;
}
.flicker_nav li a img{
  width: 100%;
  height: 100%;
  -webkit-transition:   all 0.5s;
   -moz-transition:   all 0.5s;
   -ms-transition:   all 0.5s;
   -o-transition:   all 0.5s;
   transition:  all 0.5s; 

}
.flicker_nav li a img:hover{
  opacity: 0.75;
   -webkit-transform:rotate(360deg); /* Safari and Chrome */
  -moz-transform:rotate(360deg); /* Firefox */
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform:rotate(360deg); /* Opera */
  transform:rotate(360deg);
}
.labels_nav{
  text-align: left;
}
.labels_nav li{
  display: inline-block;
}
.labels_nav li a{
  display: inline-block;
  /*background: none repeat scroll 0 0 #2e3d45;*/
  color: #000;
  line-height: 0px;
  margin: 0 2px 4px 0;
  padding: 12px 17px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.labels_nav li a:hover{
  color: #000;
 
}
.single_footer_top p{
  color: #ddd;
}
.footer_bottom{
  float: left;
  display: inline;
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  color: #eeeeee;
  font-size: 12px;
  padding: 8px 20px;
}
.footer_bottom_left{
  float: left;
  display: inline;
  width: 100%;
  text-align:center;
  font-family: Merriweather;
}
.footer_bottom_left p,.footer_bottom_right p{
  color: #000;
  margin: 0px;
}
.footer_bottom_right p{
  font-size: 10px;
}
.footer_bottom_right{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
/*=========start single page===========*/
.single_page_area {
  display: inline;
  float: left;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 25px;
}
.breadcrumb {  
  border-radius: 0;
}
.breadcrumb li a{color: #fff;}
.breadcrumb > li + li:before {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
}
.single_page_area > h2 {  
  color: #798992;
  padding: 20px 10px;
  line-height: 40px;
}
.single_page_content{
  float: left;
  display: inline;
  width: 100%;
}
.post_commentbox {
  border-bottom: 1px dotted #dedede;
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 2px;
  padding-left: 5px;
  width: 100%;
}
.post_commentbox a {
  margin-right: 5px;
  font-size: 11px;
}
.post_commentbox a > i {
  margin-right: 5px;
}
.post_commentbox span{
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
}
.post_commentbox span > i {
  margin-right: 5px;
}
.single_page_content img {
  margin-bottom: 10px;
  margin-top: 20px;
  max-width: 100%;
}
.single_page_content blockquote {  
  border-style: solid;
  border-width: 5px;
  font-size: 15px;
  font-style: italic;
}
.single_page_content ul{
  margin-bottom: 10px;
}
.single_page_content ul li {
  margin-bottom: 3px;
  padding-left: 30px;
}
.single_page_content ul li:hover{
  opacity: 0.75;
}
.single_page_content ul li:before {  
  border-radius: 0;
  color: #ffa500;
  content: "";
  height: 10px;
  margin-left: -15px;
  margin-top: 5px;
  position: absolute;
  width: 10px;
}
.btn:hover{
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post_pagination {  
  display: inline;
  float: left;
  height: 92px;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.prev {
  display: inline;
  float: left;
  width: 50%;  
}
.angle_left {  
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}
.angle_right {  
  color: #fff;
  display: block;
  float: right;
  font-size: 20px;
  padding: 30px 2px;
  text-align: center;
  width: 50px;
}
.angle_right:hover,.angle_left:hover{
  color: #fff;
}
.pagincontent {
  display: inline;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  width: 86%;
}
.pagincontent > span {
  color: #798992;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.pagincontent > a {
  color: #2f2f2f;
  display: block;
  font-size: 18px;
}
.next {
  display: inline;
  float: right;
  width: 50%;
  text-align: right;
}
.share_post {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.share_post a { 
  color: #fff;
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-right: 10px;
}
.facebook{
  background-color: #436fc9;
}
.facebook i {
  background-color: #3967c6;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}
.twitter{
background-color: #40bef4;
}
.twitter i{
  background-color: #26b5f2;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}
.googleplus{
background-color: #ec5f4a;
}
.googleplus i{
  background-color: #e94d36;
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}

.linkedin{background-color: #007BB5;}
.linkedin i{background-color: #346DA6;}
.stumbleupon{background-color: #EF4E23;}
.stumbleupon i{background-color: #CA4638;}
.pinterest{background-color: #CA2127;}
.pinterest i{background-color: #A53829;}
.linkedin i,.stumbleupon i,.pinterest i{
  display: block;
  float: left;
  font-size: 16px;
  height: 32px;
  line-height: 33px;
  margin-right: 10px;
  padding-top: 0;
  text-align: center;
  width: 32px;
}

.similar_post {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
.similar_post h2 {
  border-bottom: 1px dotted #798992;
  font-size: 25px;
  padding-bottom: 5px;
}
.similar_nav li {
  border-bottom: 0px dotted #e5e5e5;  
  width: 33.3%;
  float: left;
}

/*===============start archive page===================*/
.archive_area{
  float: left;
  display: inline;
  width: 100%;
}
.single_archive {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.archive_imgcontainer{
  float: left;
  display: inline;
  width: 100%;
  height:300px; 
  overflow: hidden;
}
.archive_imgcontainer>img{
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive_imgcontainer:hover img{
  transform:scale(1.1);
}
.archive_caption {
  bottom: 25px;
  left: 0;
  padding: 10px 20px;
  position: absolute;
}
.archive_caption h2 > a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  padding: 8px 10px 10px;
}
.archive_caption h2>a:hover{
  text-decoration: underline;
}
.archive_caption p {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 3px;
}
.read_more {
  border-bottom: 4px solid #ffa500;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
.read_more > span {
  background-color: #ffa500;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

/*==============start 404 page==============*/
.error_page_content {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  padding-bottom: 45px;
}
.error_page_content h1 {
  display: inline-block;  
  font-size: 300px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
  color: #ffa500;
}
.error_page_content h1:after, .error_page_content h1:before {
  background: none repeat scroll 0 0 #fff;  
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); 
  transform: rotate(45deg);
  width: 20px;
}
.error_page_content h1:after {
  right: -60px;
}
.error_page_content h1:before {
  left: -60px;
}
.error_page_content h2 {
  color: #c1c0b4;
  font-size: 60px;
  font-weight: 400;
}
.error_page_content h3 {
  font-size: 24px;
  margin-top: 35px;
}
.error_page_content p { 
  font-size: 23px;
  line-height: 31px;
  margin: 36px auto 0;
  max-width: 630px;
  padding: 9px 0 8px;
  position: relative;
}
.error_page_content p:before {  
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.error_page_content p:after {  
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.error_page_content p>a:hover{
  color: #ffa500;
}
/*=============start contact page==========*/
#ContactContent{
  float: left;
  display: inline;
  width: 100%;
}
.contact_area {
  display: inline;
  float: left;
  padding: 0 15px 25px;
  width: 100%;
}
.contact_area h1{  
font-size: 45px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
}
.contact_area>p{
  text-align: center;
}
.contact_bottom{
  float: left;
  display: inline;
  width: 100%;
}
.our_office {
  display: inline;
  float: left;
  position: relative;
  text-align: center;
  width: 48%;
  margin-top: 30px;
}
.our_office>h2{
  font-size: 32px;
  margin: 24px 0;
}
.contact_us{
width: 48%;
position: relative;
margin-top: 30px;
margin: 20px auto;
}
.our_office:before {
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.contact_us:before {
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}

.contact_us>h2{
  font-size: 32px;
  margin: 24px 0;
  text-align: center;
}
.contact_form{

}
.contact_form input[type="text"], .contact_form input[type="email"] {
  border-radius: 0;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.contact_form textarea{
  width: 100%;
  height: 150px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.contact_form input[type="submit"] {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 100px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/




@media(max-width:1199px ){	
	 .header_bottom_left{ width: 100%;}
  .logo{width: 210px;}
  .featured_nav li {height: 169px;width: 47.7%;}
  .single_featured_slide > h2 a {font-size: 20px;}
  .media-left>img{width: 100%; height: auto;}
  .pagincontent {width: 82%;}
  .navbar-default .navbar-nav > li > a {font-size:13px; padding:13px 10px;}
  .featured_subimg {
      width: 100%;
 }
 .featured_titile {
     width: 100%;
	 margin:0px;
 }
 .meto_subimg {
    width: 100%;
 }
 .meto_titile {
    margin: 0px;
    width: 100%;
 }
 .oddnews_subimg {
     width: 100%;
 }
 .oddnews_titile {
    margin: 0px;
    width: 100%;
 }
 .interactive_subimg {
    width: 100%;
 }
 .interactive_titile {
    margin: 0px;
	width:100%;
 }
 .food_subimg {
    width: 100%;
 }
 .food_titile {
    margin: 0px;
    width: 100%;
 }
 .sports_catg {
    width: 47%;
 }
 .world_category_left {
    width: 48%;
    float: left;
    margin-right: 9px;
 }
 .world_category_right {
    width: 48%;
    float: left;
    margin-left: 10px;
 }
 .opinion_rightbar {
     width: 100%;
 }
 .editorial_rightbar {
    width: 100%;
    margin-left: 0px;
}
.media-heading a {
    font-size: 12px;
}
.live_rightbar {
    height: 567px;
}
.live_rightbar h4 {
   
    line-height: 16px;
}
.live_rightbar_time {
    width: 30%;
   
}
.tab-content li {
    width: 47% !important;
    float: left;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
}
.nav-tabs>li>a {
     font-size: 12px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #000;
    font-size: 12px;
}
.catg1_nav li .post_titile {
    font-size: 14px;
}
.header_top {
    width: 32%;
}
#search input[type="text"] {
    width: 53px;
}
.top_nav li a {
    font-size: 10px;
}
.header_first_right {
    width: 52%;
    font-size: 13px;
	padding:5px 0px 0 167px;
}
.main_category {
    width: 47%;
}
.sci_area {
    width: 32%;
    margin-right: 14px;
}
.health_area {
    width: 32%;
    margin-left: 13px;
}
.top_titile {
     height: auto;
}
.header_first_left {
    width: 16%;
}
.live_rightbar_child7 {
   display:none !important;
}
.category {
    height: 585px;
}
.content_middle_leftbar {
    height: 585px;
}
.single_footer_logo {
    float: left;
    display: inline;
    width: 100%;
	text-align:center;
}
.single_footer_top {
    float: left;
    display: inline;
    width: 24%;
}

}
@media(max-width:991px ){
  .header_bottom_left{ width: 100%;}
  .header_bottom_right{display: none;}
  .featured_nav li {margin-left: 10px;margin-right: 0px;height: 208px;}
  .catgimg_container {height: auto;}
  .flicker_nav li a {height: 60px;}
  .content_bottom_left {margin-left: 0;padding-left: 15px;padding-right: 15px;width: 100%;}
  .media-left>img{width: 100%;height:auto;}
  .pagincontent {width: 84%;}
  .contact_us {margin-top: 40px;  width: 100%;}
  .our_office {width: 100%;}
  .navbar-default .navbar-nav > li > a {font-size:11px; padding:13px 5px;}
  .live_rightbar_time {width: 11%;}
  .header_first_right {
    width: 44%;
    font-size: 12px;
	padding: 9px 0px 0 100px;
}
.header_top {
    width: 36%;
}
.live_rightbar {
  margin-bottom:10px;
}
.live_rightbar_child7 {
   display:block !important;
}
.nav>li>a {
      padding: 10px 3px;
}
.category {
    height: 568px;
}
.content_middle_leftbar {
    height: 568px;
}
.header_first_left {
    width: 20%;
}
.top_nav li a {
    font-size: 12px;
    padding: 0px 5px;
}
#search input[type="text"]:focus {
    width: 100%;
    }
.single_footer_top {
    float: left;
    display: inline;
    width: 24%;
}
  
  
}

@media(max-width:767px ){
 .header_top_left{width: 100%;}
 .header_top_right{width: 100%; text-align: center;}
 .search_form input[type="text"] {width: 80%;}
 #search input[type="text"] {width: 170px;}
 .container-fluid {padding-left: 15px;padding-right: 15px;}
 .navbar-collapse {padding-left: 15px;padding-right: 15px;}
 .navbar-nav {margin: 7.5px 0;}
 .custom_nav{border: none;}
 .catgimg_container {height: auto;}
 .media-heading{font-size: 14px;}
 .flicker_nav li a {height: 100px;}
 .single_footer_top {margin-bottom: 20px;}
 .footer_bottom_left {text-align: center;}
 .footer_bottom_right {text-align: center;}
 .media-left{width: 112px;height: auto;}
 .similar_nav li {width: 100%;}
 .pagincontent {width: 87%;}
 .angle_right{width: 13%}
 .angle_left{width: 13%}
 .error_page_content h1 {font-size: 170px;}
 .content_featured_leftbar {
    display: none;
   }
   .content_meto_leftbar {
    display: none;
   }
   .content_oddnews_leftbar {
    display: none;
    }
	.content_interactive_leftbar {
    display: none;
 }
 .content_food_leftbar {
    display: none;
    }
	.content_middle_leftbar{
  float: left;
  display: none;
  width: 100%;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
  height: 585px;
}
.content_middle_mob{
  float: left;
  display: inline;
  width: 100%;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: 1px solid #dddddd;
  height: auto;
   margin-bottom:10px;
}
.content_middle_mob li{
  float: left;
  display: inline;
  width: 33.3% !important;
  margin-top:0px;
  background-color:#fff;
  padding:5px;
  border: none !important;
  height: auto;
  padding:10px;
 
}
.navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 13px 7px;
}
.nav>li>a {
    padding: 10px 5px;
}
.nav-tabs>li>a {
    font-size: 10px !important;
}
.top_titile {
    height: auto;
}
.sci_area {
    width: 31.9%;
    margin-right: 14px;
}
.health_area {
    width: 32%;
    margin-left: 13px;
}
.logo {
    /* width: 210px; */
    text-align: center;
}
.header_first_right {
    width: 62%;
}
.category {
    height: auto;
}
.header_first_left {
    width: 100%;
}
.top_first_nav {
    text-align: center;
    margin-top: 5px;
}
.header_first_right {
    width: 100%;
	padding: 9px 0px 0 10px;
}
.header_top {
    width: 100%;
}
.top_nav {
    text-align: center;
}
.goToTop {
    position: relative;
}
.single_footer_top {
    float: left;
    display: inline;
    width: 24%;
}


}
@media(max-width:600px ){
	
.category {
    height: auto;
}	
.header_top_right {
    width: 100%;
}
	
}
@media(max-width:480px ){
  .header_top_left{width: 100%;}
  .top_nav {text-align: center;}
  .header_top_right{width: 100%;text-align: center;margin-bottom: 5px;}
  .search_form input[type="text"] {width: 80%;}	
  .logo {width: auto;}
  .header_bottom_left{text-align: center;}
  .latest_slider {padding-left: 0;}
  .featured_nav li {margin-left: 0;margin-right: 0;width: 100%;}
  .games_category {width: 100%;}
  .fashion_category {width: 100%;}
  .business_category_left {width: 100%;}
  .business_category_right {width: 100%;}
  .nav > li > a {padding: 10px;}
  .pagincontent > a {font-size: 13px;}
  .single_page_area > h2 {font-size: 20px;line-height: 30px;padding: 10px;}
  .breadcrumb li a {font-size: 12px;}
  .breadcrumb > .active {font-size: 12px;}
  .error_page_content h1 {font-size: 100px;}
  .content_featured_leftbar {
    display: none;
   }
   .content_meto_leftbar {
    display: none;
   }
   .content_oddnews_leftbar {
    display: none;
    }
	.content_interactive_leftbar {
    display: none;
 }
 .content_food_leftbar {
    display: none;
    }
	.header_first_right {
    width: 100%;
	text-align:center;
}
.top_first_nav {
    text-align: center;
}
.category {
    height: auto;
}
.main_category {
    width: 100%;
	border-bottom: 1px dotted #e5e5e5;
}
.sports_catg {
    width: 100%;
	margin-top:10px;
}
.tab-content li {
    width: 100% !important;
}
.top_titile {
    height: auto;
}

}
@media(max-width:360px ){
  .catgimg_container {height: auto; display:none;}  
   .media-left{width: 112px;height: 150px; display: none;}
   .flicker_nav li a {height: 60px;}
   .business_category_right .media-left,.games_category .media-left,.fashion_category .media-left{
    height: 112px;
   }
   .pagincontent > a {font-size: 10px;}
   .pagincontent > span {font-size: 10px;}
   .archive_caption h2 > a {font-size: 18px;line-height: 20px;}
  .error_page_content h1 {font-size: 70px;}
  .error_page_content h2 {font-size: 40px;}
  .error_page_content p {font-size: 17px;}
  .error_page_content h1:after, .error_page_content h1:before {height: 15px;width: 15px;}
  .error_page_content h1:after {right: -30px;}
  .error_page_content h1:before {left: -30px;}
  .top_nav li a{padding: 8px 7px;}
  .flicker_nav li{margin-right: 7px;margin-bottom: 7px;}
  .similar_post h2 {font-size: 17px;}
  .top_titile {
    width: 89%;
    margin: -45px 10px 0px 12px;
    height: auto;
}
.sci_area {
    width: 100%;
    margin-right: 0px;
}
.weird_area {
    width: 100%;
}
.health_area {
    width: 100%;
    margin-left: 0px;
}
.category_area p {
    height: 350px;
	display:none;
}

.live_rightbar_time {
    display: none;
}
.top_titile a {
    color: #15628c;
    font-size: 20px;
    line-height: 26px;
}
.content_middle_mob li {
    width: 100% !important;
    /*height: 58px;*/
    border-bottom: 1px dotted #bebebe !important;
    padding: 3px;
}
.catg1_nav li {
    margin-bottom: 4px;
}
.sci_area p {
    display:none;
}
.sci_category_top {
    height: auto;
}
.top_titile p {
    font-size: 12px;
    line-height: 20px;
}
.media-heading a {
    font-size: 14px;
}
.live_rightbar h4 {
    line-height: 20px;
}
.catg1_nav li .post_titile {
    font-size: 14px;
    line-height: 20px;
}
.media-heading {
    font-size: 14px;
    margin-bottom: 0px;
}
.live_rightbar li {
    float: left;
    height: auto;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
.single_footer_logo{
  float: left;
  display: inline;
  width: 100%;
}
.single_footer_top {
    float: left;
    display: inline;
    width: 50%;
}


  
}
@media(max-width:320px ){
	
	
}
 /*<!-- =========================
        //////////////Mohsin Hussain Design and Developed //////////////////////
        //////////// by www.thenews.com.pk.com======================-->*/



/*Share this*/
.share{
    width: 164px;
    float: left;
	border-right: 1px dotted #ccc;
	padding:5px;
	margin:15px 50px 15px 0;
	}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{height:35px !important;}		
.share span{}
.stButton .stButton_gradient{height:21px !important;}
/** Category Listing ***/
@font-face {
	font-family: 'fontawesome';
	/*src:url('../fonts/fontawesome/fontawesome.eot');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg#fontawesome') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

/* Main container */
.cbp-vm-switcher {
	padding: 10px;
	/*border: 3px solid #47a3da;*/
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 3px solid #47a3da;
}

.cbp-vm-options a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: #d0d0d0;
	margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #47a3da;
}

.cbp-vm-options a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	display: inline-block;
}

/* General style of switch items' list */

.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}

.cbp-vm-switcher ul:after { 
	clear: both; 
}

.cbp-vm-switcher ul li {
	display: block;
	position: relative;
	box-shadow:1px 3px 5px 1px rgba(0,0,0,0.14);
}

.cbp-vm-image {
	display: block;
	margin: 0 auto;
}

.cbp-vm-image img {
	display: inline-block;
	max-width: 100%;
}

.cbp-vm-title {
	margin: 0;
	padding: 0;
}

.cbp-vm-price {
	color: #c0c0c0;
}

.cbp-vm-add {
	color: #fff;
	background: #47a3da;
	padding: 10px 20px;
	border-radius: 2px;
	margin: 20px 0 0;
	display: inline-block;
	transition: background 0.2s;
}

.cbp-vm-add:hover {
	color: #fff;
	background: #02639d;
}

.cbp-vm-add:before {
	margin-right: 5px;
}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
	content: "\f00a";
}

.cbp-vm-list:before {
	content: "\f00b";
}

.cbp-vm-add:before {
	content: "\f055";
}

/* Individual view mode styles */

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: center;
}

.cbp-vm-view-grid ul li {
	width: 31%;
	text-align: center;
	padding: 15px;
	margin: 20px 0 0;
	display: inline-block;
	min-height: 290px;
	vertical-align: top;
	box-shadow:1px 3px 5px 1px rgba(0,0,0,0.14);
}

.cbp-vm-view-grid .cbp-vm-title {
	font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.cbp-vm-view-grid .cbp-vm-details {
	max-width: 300px;
	min-height: 70px;
	margin: 0 auto;
} 

.cbp-vm-view-grid .cbp-vm-price {
	margin: 10px 0;
	font-size: 1.5em;
}


/* List view */
.cbp-vm-view-list li {
	padding: 20px 0;
	white-space: nowrap;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 15%;
}

.cbp-vm-view-list .cbp-vm-title {
	font-size: 14px;
	padding: 0 10px;
	white-space: normal;
	width: 67%;
}

.cbp-vm-view-list .cbp-vm-price {
	font-size: 1.3em;
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-details {
	width: 40%;
	padding: 0 15px;
	overflow: hidden;
	white-space: normal;
}

.cbp-vm-view-list .cbp-vm-add {
	margin: 0;
}

@media screen and (max-width: 66.7em) {
	.cbp-vm-view-list .cbp-vm-details  {
		width: 30%;
	}
} 

@media screen and (max-width: 57em) {
	.cbp-vm-view-grid ul li {
		width: 49%;
	}
}

@media screen and (max-width: 47.375em) {
	.cbp-vm-view-list .cbp-vm-image {
		width: 20%;
	}

	.cbp-vm-view-list .cbp-vm-title {
		width: auto;
	}

	.cbp-vm-view-list .cbp-vm-details  {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.cbp-vm-view-list .cbp-vm-add  {
		margin: 10px;
	}
}

@media screen and (max-width: 40.125em) {
	.cbp-vm-view-grid ul li {
		width: 100%;
	}
}
/*** End Category Listing ***/