@font-face {
    font-family: 'roboto';
    src: url('roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'roboto-bold';
    src: url('roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'raleway';
    src: url('raleway/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'raleway-bold';
    src: url('raleway/Raleway-Bold.ttf');
}

a:hover{
    text-decoration: none;
}
body {
    font-family: 'raleway', Arial, sans-serif;
    color: #232629;
    background: #fefefe;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}
.header{
    /* background: #2665B0; */
    background:#252525;
    width: 100%;
    z-index: 88;
}
.logo{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.search-area{
    float: right;
    padding: 14px 20px;
    cursor: pointer;
    /* border-left: 1px solid #505050;
     border-right: 1px solid #505050; */
}
.search-area:hover{
    background: #2665B0;
}
.search-area i{
    color: #fff;
    font-size: 20px;
}
.ke input[type=text]{
    border: 0px;
    padding: 7px;
    width: 286px;
}
.ke input[type=submit] {
    background: #EB5E24;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-transform: uppercase;
    border: 0px;
}
.ke{
    display: none;
    position: absolute;
    right: 0px;
    top: 94px;
    right: 43px;
    width: 350px;
    padding: 10px;
    background: #2665B0;
    z-index: 99;
}
.mld{
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 5px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.menu ul{
    margin: 0px;
    padding: 0px;
}
.menu li{
    list-style: none;
    float: left;
}
.menu li a{
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 1px 18px;
    line-height: 46px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.menu li a:hover{
    background: #2665B0;
}

.menu li:hover .drop-content{
    display: inline-block;
}
.menu li  .drop-content{
    left: 0px;
    display: none;
    background: #505050;
    border-bottom: 5px solid #2665B0;
    width: 100%;
    min-height: 180px;
    position: absolute;
    z-index: 99;
}
.menu-img img{
    width: 100%;
}
.menu li  .drop-content .d-menu a{
    padding: 0px;   
    font-family: 'raleway', Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
}
.menu li  .drop-content .d-menu a:hover{
    padding: 0px;
    background: none;
}
.menu li .drop-content .drop-main-menus li{
    float: none;
}
.menu li .drop-content .drop-main-menus a{
    padding: 0px 0px 0px 10px;
    display: block;
}
.drop-content h1{
    font-size: 22px;
    font-family: 'roboto-bold', Arial, sans-serif;
    color: #fff;
    padding: 0px;
    margin-bottom: 0px;
}
.drop-main-menus{

}
.d-menu{
    padding-top: 20px;
}
.standard-digital{
    padding-top: 6px;
}
.top-menus ul{
    margin: 0px;
    padding: 0px;
}
.top-menus ul li{
    float: left;
    list-style: none;
    line-height: 46px;
    border-left: 1px solid #ccc;
    font-size: 12px;
}
.top-menus ul li a{  
    padding: 10px 15px;
}
.got-tip{
    float: left;
    padding-top: 6px;
    padding-bottom: 0px;
    margin-left: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.got-tip li{
    float: left;
    list-style: none;
    font-size: 12px;
    margin-right: 5px;
}
.got-a-tip h2{
    font-size: 20px;
    float: left;
    line-height: 11px;
    margin-top: 16px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.menu-img{
    width: 100%;
	height: 120px;
    overflow:hidden;
}
.menu-img img{
    width: 100%;
}
.d-menu a{
    padding: 0px;
    background: none;
}
.latest-story-img-home{
     width: 100%;
    height: 415px;
    overflow: hidden;
    background: #000;
}
.latest-story-img-home img{
    width: 100%;
}
.adv-hd{
background: #808282;
padding: 10px;
width: 320px;
margin: auto;
}
.header-str-bottom{
background: #dddedf;
margin-top: 20px;
padding-top: 20px;
}
.tab-title-home .time-1{
color: #f15925;
font-size: 12px;
font-weight: bold;
}
.tab-title-home h3{
font-size: 17px;
line-height: 20px;
margin-top: 10px;
}
.shadow-hover{
       width: 540px;
    height: 415px;
    position: absolute;
    background: url('../images/shadowhome.png');
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.top-stories{
    margin-top: 20px;
}
.top-stories-1{
    margin-bottom: 30px;
}
.top-stories-1 a{
    text-decoration: none;
}
.time{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
.time-2{
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.top-stories-1 h3{
    font-size: 28px;
    margin-top: 5px;
    color: #fff;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.latest-story-img-home-1{
    width: 100%;
    height: 87px;
    margin-right: 10px;
    float: left;
    overflow:hidden;
}
.latest-story-img-home-1 img{
    width: 100%;

}
.top-stories-2{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.top-stories-2 h3{
    font-size: 15px;
    font-family: 'roboto-bold', Arial, sans-serif;
    line-height: 18px;
    margin: 0px;
}
.editors-choice{
    background: #FFF;
    min-height: 250px;
    width: 100%;
}
.clearboth{
    clear: both;
}
.latest-story-img-home-3{
    width: 100%;
    overflow:hidden;
    height: 156px;
	margin-bottom: 10px;
}
.latest-story-img-home-3 img{
    width: 100%;
}
.tf-stories{
background: #2666b1;
display: table;
}
figure{
width: 100%;
}
figure img{
width: 100%;
margin-bottom: 5px;
}
.content a{
color:  #2665B0;
font-family: 'raleway-bold';
}
.tab-title{
    background: #505050;
    margin-top: 0px;
    height: 130px;
    padding: 10px;
    margin-bottom: 20px;
}
.tab-title h3{
    color: #fff;
    font-size: 18px;	
    line-height: 22px;
    margin-top: 0px;
    padding-top: 0px;

}
.time-1{
    color: #fff;
    font-size: 11px;
}
.black-container-h3 {
    margin-bottom: 0px;
    color: #2665B0;
    font-family: 'roboto-bold', Arial, sans-serif;
    padding-bottom: 10px;
	    margin-top: 0px;
    text-transform: uppercase;
}
.set-ln{
border-right: 1px solid #fff;
}
.choice-holder{
    padding-top: 20px;
}
.time-7{
color: #fff;
font-size: 12px;
font-weight: bold;
}
.choice-holder{
display: table-cell; 
min-height: 295px; 
}
.choice-holder a{
    color: #fff;
}
.choice-holder h1{
    font-size: 18px;
    margin-top: 0px;
    line-height: 22px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.home-top-img{
    width: 100%;
    height: 150px;
    overflow: hidden;
	margin-bottom: 10px;
}
.home-top-img img{
    width: 100%;
}
.top-leadermenu{
    position: fixed;
    top: 0px;
}
.more-stories-latest{
    margin-top: 20px;
}
.more-latest{
    margin-bottom: 10px;
}
.set-bg{
    padding-top: 20px;
    /* background: #ededed; */
}
.more-latest h3{
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.latest-img-lower{
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.mx-search{
    top: 47px;
}
.tr-img{
    width: 35%;
    margin-left: 10px;
    float: right;
    height: 70px;
    overflow: hidden;
}
.tr-img img{
    width: 100%;
}
.trending-now li{
    list-style:none;
    border-bottom: 1px solid #505050;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.trending-now{
    background: #252525;
    padding: 10px;
    color: #fff;
}
.trending-now h4{
    font-size: 15px;
    line-height: 18px;
}
.trending-now ul{
    margin: 0px;
    padding: 0px;
}
.trending-now li a{
    margin: 0px;
    padding: 0px;
    color: #fff;
    display: block;
}
.trending-now h3{
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 2px solid #EB5E24;
    font-family: 'roboto-bold', Arial, sans-serif;
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tr-img-latest{
   float: left;
    width: 40%;
    margin-right: 10px;
    height: 90px;
    overflow: hidden;
}
.tr-img-latest img{
    width: 100%;
}
.latest-now li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.latest-now{
    padding: 10px;
}
.latest-now h4{
       font-size: 16px;
    line-height: 20px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.latest-now ul{
    margin: 0px;
    padding: 0px;
}
.latest-now li a{
    margin: 0px;
    padding: 0px;
    display: block;
}
.latest-now h3{
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 2px solid #EB5E24;
    font-family: 'roboto-bold', Arial, sans-serif;
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.banner-advert-small{
	width: 300px;
	margin: 20px auto;
}
.floating-title{
    margin-top: -130px;
    z-index: 57;
    padding: 10px;
    text-shadow: 1px 0px 20px #303030;
    position: relative;
}
.sim-img{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.sim-img img{
    width: 100%;
}
.time-3{
    color: #999;
    font-size: 12px;
}
.r-story h6{
    font-size: 15px;
    margin-top: 5px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.related-title h2{
    color: #333;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'roboto-bold', Arial, sans-serif;
    border-bottom: 3px solid #2665B0;
    float: left;

}
.story-title{
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: -1px;
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 45px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.author{
    color: #999;
    font-size: 15px;
    margin-bottom: 5px;
}
.catname h2{
    font-size: 22px;
    margin-top: 10px;
    color: #2665B0;

}
.top-wrapper{
	margin-top: 0px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding-top: 20px;
}
.mid-recommend{
    font-size: 18px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.mid-recommend a{
    color: #2665B0;
}
.quicklinks{
    padding-bottom: 20px;
}
.quicklinks a{
    color:#fff;
	display: inline-block;
    margin-right: 2px;
    font-family: 'raleway-bold', Arial, sans-serif;
}
.quicklinks a:hover{
    text-decoration: underline;
}
.quick-6, .quick-5,.quick-1{
    font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #2666b1;
}
.x-bg-right{
background: #dddedf;
padding-top: 20px;
}
.quick-4, .quick-2{
    font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #f15925;
}
.quick-3{
    font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #000;
}
.cat-page-main{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.cat-page-main img{
    width: 100%;
}
.cat-shadow{
    width: 96%;
    height: 400px;
    position: absolute;
    background: url('../images/shadow.png');
}
.txt-info h3{
    color: #fff;
    margin-top: 5px;
    font-size:30px;
    line-height: 35px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.txt-info{
    margin-top: -130px;
    z-index: 57;
    padding: 10px;
    text-shadow: 1px 0px 20px #303030;
    position: relative;
    height: 150px;
}
.tp-lowerbg{
    margin-bottom: 20px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.tp-lowerbg h4{
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
}
.top-cat-img-small{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.top-cat-img-small-inner{
    width: 100%;
    height: 150px;
    overflow: hidden;  
}
figcaption{
    font-size: 12px;
    font-family: 'roboto-bold', Arial, sans-serif;
    margin-bottom: 20px;
}
.twitter{
    background: #00c3f3;
    color: #fff;
    float: left;
    padding: 7px 20px;
    border-radius: 2px;
    margin-right: 4px;
}
.facebook{
    background: #2d609b;
    color: #fff;
    float: left;
    padding: 7px 20px;
    border-radius: 2px;
    margin-right: 4px;
}
.comments-section{
 background: #999;
    color: #fff;
    float: left;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
    padding: 7px 20px;
    border-radius: 2px;
    margin-right: 4px;
}
.linkedin{
    background: #007bb5;
    color: #fff;
    float: left;
    padding: 7px 20px;
    border-radius: 2px;
    margin-right: 4px; 
}
.gplus{
    background:  #d34836;
    color: #fff;
    float: left;
    padding: 7px 20px;
    border-radius: 2px;
    margin-right: 4px;
}
.story-social-plugins span{
    display: block;
}
.story-social-plugins{
    margin-bottom: 20px;
    font-size: 12px;
}
.story-social-plugins i{
    font-size: 18px;
    padding-right: 5px;
}
.article_pagination{
font-size: 18px;
    font-family: 'roboto-bold', Arial, sans-serif;
}
.article_pagination strong, .article_pagination a, .article_pagination span{
padding-right: 5px;
}
.article_pagination a{
color: #2665B0;
}
	.search-val{
	margin-bottom: 20px;
	}
	.search-bx{
	background: #ededed;
	border: solid 1px #ccc;
	padding: 20px;
	margin-bottom: 20px;
	}
	.search-bx input[type="submit"]{
	background: #2665B0;
	color: #fff;
	border: 0px;
	margin-left: 20px;
	padding: 7px 10px;
	}
		.search-bx input[type="text"]{
		padding: 7px;
		min-width: 200px;
		margin-right: 20px;
		}
	.search-val .title-link{
	color: #1a0dab;
	font-weight: bold;
	font-size: 18px;
	display: block;
	}
	.search-val{
	color: #303030;
	}
	.time-search{
	color: #666;
	font-weight: bold;
	}
	.mm-advert{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	.footer{
	font-size: 12px;
    font-family: 'roboto-bold', Arial, sans-serif;
	}
	.zero-vds{
	padding-bottom: 10px;
	}
	.video-panel{
    font-family: 'roboto-bold', Arial, sans-serif;
	}
	.video-panel h4{
	margin-top: 5px;
	}
	.video-panel h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 2px solid #2665B0;
    font-family: 'roboto-bold', Arial, sans-serif;
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
}
	.video-icon{
	width: 48px;
	height: 48px;
	z-index: 40;
    margin-top: 65px;
    margin-left: 146px;
	background: url('../images/play.png');
	position: absolute;
	}
	.vd-img{
	width: 100%;
	height: 180px;
	overflow:hidden;
	}
	.vim img, .vd-img img{
	width: 100%;
	margin-top: -9%;
	}
	.vim{
	width: 100%;
	height: 100px;
	overflow: hidden;
	}
	.trending-stories{
	margin: 0px;
	padding: 0px;
	}
	.trending-stories li{
	list-style:none;
    font-family: 'roboto-bold', Arial, sans-serif;
	font-size: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
	.trending-stories li a{
	font-size: 15px;
	}
	.trending-stories .latest-story-img{
	width: 35%;
	height: 60px;
	margin-right: 10px;
	overflow:hidden;
	float: left;
	}
	.trending-stories .latest-story-img img{
	width: 100%;
	}
	.vidxm h4{
	    font-size: 15px;
    line-height: 18px;
    font-family: 'roboto-bold', Arial, sans-serif;
    margin-top: 5px;
	}
	.video-right-sde h3{
	    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 2px solid #EB5E24;
    font-family: 'roboto-bold', Arial, sans-serif;
    float: left;
    padding-bottom: 10px;
    text-transform: uppercase;
	}
	.mpadding{
	padding-left: 0px;
	padding-right: 10px;
	font-size: 15px;
	padding-bottom: 20px;
	}