@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
body {
	background-color: #fbfbfb
}
.container {
	background-color: #ffffff;
	box-shadow: 0 0 10px #c0c0c0;
}
.main-search {
	border: 1px solid #e6e6e6;
	font-size: 12px;
}
.search-bt-pix {
	border: 1px solid #005689
}
.glyphicon-w {
	color: #005689
}
.search-bt {
	background-color: #efefef
}
.search-fix {
	padding-right: 0 !important;
	padding-left: 0 !important;
	max-height: 33px !important;
}
.search-nav-border {
	border: none !important;
}
.search-nav {
	color: #004e86;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: none !important;
	padding: 8px 9px !important;
	line-height: 12px;
}
.search-nav:hover {
	color: #004e86;
}
.b-nav {
	background-color: #005689 !important;
	border: none;
	box-shadow: none !important;
	border-radius: none;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-right: 2px solid #ffffff
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 18px
}
.zerop {
	padding: 0px !important;
}
.zerom {
	padding: 0px !important;
}
.nav-zero {
	background-color: transparent;
	border: none;
	border-radius: none;
	margin-top: 15px;
	margin-bottom: 0px
}
.slid {
	background-color: #f5f5f5;
	border-radius: 0px;
	border: none
}
.slid-h {
	font-size: 24px;
	color: #181818;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal
}
.slid-t {
	color: #383838;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px
}
.date {
	color: #444444;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 300;
}
.slid-header {
	font-size: 20px;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 15px
}
.st-quick-box {
	margin: 0px 10px 0px 10px;
}
.opinion-header {
	background-color: #434c55;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: 32px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0;
	padding-left: 10px;
}
.topst-more {
	border: 1px solid #414141;
	color: #414141;
	float: right;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	height: 24px;
	line-height: 9px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	width: auto;
	border-radius: 0px;
	margin-bottom: 20px
}
.topst-more:hover {
	background-color: #414141;
	color: #fff;
	transition: all 0.2s linear 0s;
}
div.description {
	position: absolute; /* absolute position (so we can position it where we want)*/
	bottom: 0px; /* position will be on bottom */
	left: 0px;
	/* styling bellow */
	background-color: black;
	font-family: 'Lora', Georgia, serif;
	font-size: 16px;
	color: #FFF;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=60); /* IE transparency */
	height: 30px;
}
div.description:hover {
	height: 60px;
	animation-duration: 1s;
}
p.description_content {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}
.mid-img {
	position: relative;
	margin-top: 4px;
	margin-bottom: 12px;
	float: left;
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

.caption-n {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	text-align: left;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.mid-more {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #181818;
	float: right;
	text-decoration: none;
	margin-top: -5px
}
.mid-more:hover {
	color: #181818;
	text-decoration: none
}
.op-box {
	border-bottom: 5px solid #181818;
	padding-bottom: 5px;
}
.panel-news {
	background-color: #FFF;
	border: 1px solid #eeeeee;
	border-radius: 0px;
	padding: 10px 10px 25px 10px;
	margin-top: 5px;
}
.news-header {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #181818;
	text-decoration: none;
	margin-top: -5px
}
.news-header:hover {color: #181818;}
.news-subheader {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #181818;
	text-decoration: none;
	margin-top: -5px;
	margin-bottom:0px;
}
.news-text {
	color: #444444;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px
}
.tag {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #f7024d;
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0px 4px 0px 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 5px 30px 5px 0px;
	text-decoration: none;
}
.tag:hover {
	background-color: #f7024d;
	color: #fff;
	text-decoration: none;
}
.tag:after {
	display: inline-block;
	border: 10px solid;
	border-color: transparent transparent transparent #f7024d;
	height: 0;
	width: 0;
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	display: inline-block;
}
.tag:hover:after {
	border-color: transparent transparent transparent #f7024d;
}
.img-news {
	margin-right: 8px !important
}
.img-business {
	margin-top: 6px;
	margin-bottom:6px;
}
.word-tag{	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #f7024d;
	color:#ffffff;
	padding: 0px 4px 0px 4px;
	border-radius:0px}
.world { float:left}
.right-header{ font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border-top:1px solid #005689;
	border-bottom:1px solid #005689;
	border-right:1px solid #005689;
	border-left:4px solid #005689;
	padding:5px 5px 5px 8px;
	background-color:#005689;  /*3271e3*/ 
	}
.right-header:hover{text-decoration:none !important;}
.right-subheader{ font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #414141;
	text-decoration: none;
	background-color:#f9f9f9;
	padding:4px 10px 5px 10px}
.right-news {
	border: 0px solid #eeeeee;
	border-radius: 0px;
	padding: 0px 10px 35px 10px !important;
	margin-top: 5px;
	box-shadow:none;
	background-color:#eeeeee
}

/*<!--inner pages-->*/
.index-title{font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	border-bottom:2px solid #005689;
	color:#005689;
	text-decoration:none;
    }
.index-title:hover{text-decoration:none !important;}
.zero-white {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.inner-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 45px;
	font-weight: 400;
	color: #000000;}
.index-cattitle{font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#005689;
	text-decoration:none;
	border-left:1px solid #434343;
	padding-left:5px;
	margin-left:5px;
    }
.index-timetitle{font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration:none;
	color:#5a5a5a;
	border-top:1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top:5px;
	padding-bottom:5px;
    }
.index-timetitles{font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-decoration:none;
	color:#5a5a5a;
	border-bottom: 1px solid #eeeeee;
	padding-top:5px;
	padding-bottom:34px;
	margin-bottom:10px
    }
.mini-hyper {
    border-top: 5px solid #dcdcdc;
}
.mini-title{font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color:#000000;
	text-decoration:none;
    }
.minim-title{font-family: "Roboto", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color:#000000 !important;
	text-decoration:none !important;
	line-height:22px !important;
	margin-bottom:20px !important;}
.story {
	margin: 0px;
	padding: 0px;
}
.story img{ margin-bottom:15px; display: block;
	max-width: 100%;
	height: auto; float:left; margin-right:15px}
.story p img{ margin-bottom:15px; display: block;
	max-width: 100%;
	height: auto; float:left; margin-right:15px}
.right-in-top {
	background-color: #ededed;
	border-radius: 0px;
	padding: 0px 15px 0px 15px !important;
	margin-top: 5px;
}
.right-in-header{ font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	padding:0px 5px 5px 0px;
	}
.acolor{font-family: "Roboto", sans-serif; color:#000000 !important;}
.acolor:hover{ color:#434343}
.in-text{color:#606060; font-weight:300}
.tc{color:#5a5a5a !important}
.tabslid-header {
	color: #222222;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-top: 0px;
	border-bottom: 1px solid #dedede;
	padding-top:10px;
	margin:0px;
	font-size:16px;
	padding-bottom:10px
}
.tab-ac{font-family: 'Roboto', sans-serif; font-size:16px; font-weight: normal; color:#000000}
.footer-top{ background-color:#f1f1f1; border-top:1px solid #aec4ec}
.bottom-header{
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-top:25px;
  margin-bottom:20px;
}
.bottom-header span{color: #09b7b1;}
.bottom-col{
	border-right:#3d3b39 solid 1px;
	min-height:240px;
	}
.bottom-widget{
	padding-left:0px;
	padding-bottom:15px;
	}
.bottom-text{
	background-color: #f1f1f1;
	color:#434343;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:100%;

	}
.bottom-text[href]:focus, .bottom-text[href]:hover {
	background-color: #f1f1f1;
	color:#000;
	text-decoration:none
	}
.fsocial-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.fsocial-share li {
  display: inline-block;
}

ul.fsocial-share li a {
  display: inline-block;
  color: #fff;
  background: #7c7a79;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 25px;
  border:#005689 solid 2px; 
  margin-right:8px;
}

ul.fsocial-share li a:hover {
  background: #ffffff;
  color: #fe475d;
}
.contact-foot{
	color:#434343; 
	margin-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size: 18px;
	text-decoration:underline
	}
.contact-text{
	color:#434343; 
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size: 13px;
	}
.footer-bot{
	background-color:#005689;
	padding-top:10px;
	padding-bottom:5px;
	
	}
.footer_link_main {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
	margin-bottom:0px;
}
.footer_link_sub{
	color:#fff;
	height:12px;
	padding-left:5px;
	padding-right:7px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: lighter;
	margin-top:2px;
	margin-bottom:2px;
	background-image: url(../images/r-f.gif);
	background-position:right;
	background-repeat:no-repeat
	}
.footer_link_sub:hover{
	color:#fff;
	}

.footer_copyright{
	    color: #FFF;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: lighter;
   text-align:center;
   margin-top:5px}
.cat-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top:0px}
.cat-text{color:#434343; 
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size: 14px;}
.cat-other{ color:#353941; font-size:12px }
.cat-other strong {color:#000000}
.nav-tabs > li > a {font-family: 'Roboto', sans-serif;
    font-size: 14px; color:#000000; font-weight:400; text-transform:capitalize; background-color:#FFFFFF }
.nav-tabs > li > a:hover{ background-color:#FFFFFF}

.right-news ul li a{font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #414141;
	text-decoration: none;
	background-color:#f9f9f9;
	padding:4px 10px 5px 10px;
	}
	.right-news ul li{ list-style:none;
	list-style-type:none;
	margin-top:5px;
	margin-bottom:15px;
	}
	.right-news ul{ margin-left:-40px; }
	
	.right-news p a {border: 1px solid #414141;
	color: #414141;
	float: right;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	height: 24px;
	line-height: 9px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	width: auto;
	border-radius: 0px;
	margin-bottom: 20px;
	padding-top:6px}
	
	.right-news p a:hover{
	background-color: #414141;
	color: #fff;
	transition: all 0.2s linear 0s;}
	.peh{ background-image: url(../images/print-edition-header2.gif); background-repeat:no-repeat; height:81px;}
	.pehd{ color:#ffffff; font-family: "Roboto Condensed", sans-serif; font-size:18px; margin-left:11px; padding-top:47px }
	.check{ background-color:#ffffff; padding:10px}
	.calopen{border-radius:0px; background-color:#ffffff; color:#005689; font-size:17px; font-family: "Roboto Condensed", sans-serif; padding:4px 10px 4px 10px}
	.calopen:hover{ background-color:#f1f1f1; color:#005689;}
	.to-day{ font-size:18px; font-family: "Roboto Condensed", sans-serif; color:#ffffff; font-weight:300; float:right; margin-right:30px; margin-top:4px}
	.arc-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-top:0px;
	text-decoration:underline}
	.arc-text{font-family: 'Roboto', sans-serif;
    font-size: 18px; color:#404040; font-weight:300; margin-bottom:15px }
	.story p {font-family: 'Source Sans Pro', sans-serif; font-size:18px; color:#383838; font-weight:300; line-height:170%; margin-bottom: 20px;}
	ul.fsocial-share li a:hover{color:#005689; background-color:#FFFFFF !important} 
	 
	
	
	
@media (max-width:768px) {
	.img-news{ width:150px; height:85px}
	.m-img{ display: block !important;
	max-width: 100% !important;
	height: auto !important;}
	.inner-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000000;}
	}
@media (min-width:768px) {
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	border-right: 1px solid #ffffff
}

.navbar-nav > li > a {
	padding-bottom: 9px;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 6px
}
.img-news{ width:150px; height:85px}
.m-img{ display: block !important;
	max-width: 100% !important;
	height: auto !important;}
	.inner-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 30px; 
	font-weight: 400;
	color: #000000;}
}

@media (min-width:992px) {
.navbar-default .navbar-nav > li > a {
	font-size: 17px;
	border-right: 1px solid #ffffff
}

.navbar-nav > li > a {
	padding-bottom: 9px;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px
}
.m-img{ width:227px; height:127px}
.img-news{ width:150px; height:85px}
.op-box{ margin-right:-10px}
.vi-img{ width:355px; height:201px}
.inner-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #000000;}
}

@media (min-width:1200px) {
	.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	border-right: 2px solid #ffffff
}

.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 18px
}
	
	.m-img{ width:282px; height:158px}
	.img-news{ width:195px; height:110px}
	.vi-img{ width:432px; height:244px}
	.vi-imgs{ width:218px; height:123px}
	.wo-img{ width:437px; height:247px}
	.wo-imgtwo{ width:283px; height:160px}
	.wo-imgthree{ width:203px; height:115px}
	.inner-header{font-family: "Roboto Condensed", sans-serif;
	font-size: 45px;
	font-weight: 400;
	color: #000000;}  
}
.img-responsive-ads{
	max-width: 100%;
	height: auto;
	text-align:center
}
.comment-header{ border-top:3px solid #eeeeee; border-bottom: 2px solid #eeeeee; font-family: "Roboto Condensed", sans-serif; background-color:#eeeeee; padding-left:10px}