body {
    font-family: 'TiemposHeadline-Regular'!important;
    font-size: 10pt;
    color: rgba(23, 27, 3, 0.79);
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

@font-face {
  font-family: 'TiemposHeadline-Regular';
  src: url('fonts/HeadingsandNavigation/TiemposHeadline-Regular.ttf'); /* IE9 Compat Modes */
  src: url('fonts/HeadingsandNavigation/TiemposHeadline-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
}

a:hover{
    text-decoration: none;
    color: red!important;
}

.marquee a:hover{
    text-decoration: none;
    color: #efff00!important;
}

.navbar-inverse{
	background-color: #000;
}

.navbar a{
	color: #eee !important;
}

.page-header{
	border-bottom: 0px;
}

.navbar-brand{
	padding: 7px 15px !important;
}

.navbar-nav > li > a{
	padding-top: 12px !important;
}

.news-item {
    margin-bottom: 25px;
}

.news-item-img{
	padding-bottom: 7px;
}

footer {
    margin: 50px 0;
}

.nav-sub-header {
    background-color: red;
    margin-top: -19px;
    height: 34px;
}

.nav-sub-header-cont{
	padding: 7px 0px;
}

.nav-sub-header-cont{
	color: #fff;
}

.nav-sub-header-cont-spacer{
	margin-left: 10px;
}

.right-arrow-img{
	height:25px;
}

.page-header-right{
	
	width: 100%;
	background: yellow;
}

.page-header-right-cont{
	float: right !important;
	padding-bottom: 22px;
}

.featured-stories-right{
	width: 100%;
}
.featured-stories-right-cont .col-sm-10{

	float: right !important;
	width: 90%;
}

hr.hr-none{
	border-top: 0px;
}

.pagination{
	float: right;
}

.pagination-box{
	float: right;
}

.pagination-box .badge{
	background-color: #337ab7;
}

footer{
	background-color: #eee;
	padding:40px;
	margin: 0px!important;
}
footer .footer-right{
	float: right;
}

.icons-img{
	height: 25px;
}

.fixedratio_video_img {
    border: 1px solid #d6d6d6;
    padding-top: 55.25%;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #000000;*/
    -moz-background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px 1px 4px #a9a8a8;
}

.fixedratio_headline_img {
    border: 1px solid #d6d6d6;
    padding-top: 60.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    -moz-background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: 0px 1px 4px #a9a8a8;
}

.featured_stories_left .col-md-5{
	padding-right: 0px !important;
}

.featured_stories_left .col-md-7{
	padding-right: 8px;
}

.thumbnail{
	padding:0px!important;
	border: 0px!important;
	margin-bottom: 8px;
}

.fixedratio_article_img{
	/*border-top: 1px solid #847F7F;*/
	padding-top: 30.25%;
	background-size: contain;
	background-repeat: no-repeat;
	/*background-color: #e6e4e4;*/
	-moz-background-size: cover;
	background-position: center;
	width: 100%;
}

.fixedratio_article_vid{

        border-top: 1px solid #847F7F;
        background-size: inherit;
        background-repeat: no-repeat;
        /*background-color: #e6e4e4;*/
        -moz-background-size: cover;
        background-position: center;
	text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.article_image{
	margin-top: -10px;
}

.article-left-content .page-header{
	margin: 15px 0 20px !important;
}

.article-left-content{
	margin-top: -5px;
}

.table_col{
	float: left;
}


.table_col h4{
	padding: 4px;
}

.article-notice {
    background-color: red;
    margin-bottom: 20px;
    padding:10px;
    color:#fff;
    text-align: center;
    margin-top: 10px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 20px;
}

.article_nav_comments .number_comments{
	float: left;
}

.article_nav_comments .com_as_anon{
	float: right;
	padding-top: 10px;
}

.leave_comment{
	background-color: #f8f8f8;
	padding: 10px;
	border: 1px solid #e1d6d6;
	color: #b19a9a;
}

.leave_comment span{
	padding-right:10px;
}

.article_comment{
	margin-top:15px;
	border: 1px solid #e1d6d6;
	width:100%;
	box-shadow: 1px 1px 1px #888888;
}
.article_comment .hours_ago{
	float: right;
}

.article_comment .comment_post{
	padding:12px;
	width:100%;
}

.article_comment .hours_ago{
	color: #c5b8b8;
}



.article_comment_post{
	width: 100%;
	display: table;
}

.post_row{
	display: table-row;
}

.post_cell{
/*	display: table-cell;
	vertical-align: bottom;
*/
}

.article_comment_post .post_comment{
	width:90%;
	padding: 12px 12px 12px;

	overflow-wrap: break-word;
	word-wrap: break-word;
/*	-ms-word-break: break-all;
	word-break: break-all;*/
	word-break: break-word;
/*	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
*/
	/*hyphens: auto;*/
}

.article_comment_post .comments_share img{
	float: right;
	padding-right:12px;
	padding-bottom: 12px;
}

.comments_share {
  text-align:right;
  padding-right:10px;
  padding-bottom:5px;
} 

.article_right_header{
	margin-bottom: 10px !important;
}

.share-icons-img{
height: 19px;
}

.breakingnews_title_link{
	color: #fff;
}

/* Make it a marquee */
.marquee {

    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    float:left;
    margin-left: 98px;
    position: absolute;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 45s linear infinite;
    -webkit-animation-timing-function: 45s linear infinite;

}
.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.breaking_news_title{
	float:left;
}

.page-header{
	margin-top: 20px!important;
}

.nav-article{
	border-top: red 2px solid;
}

#add_comment_fields{
	padding-top:20px;
}

.form-control {
    margin: 5px;
}

.share_comment{
	cursor: pointer;
}

.article_share_social_media a {
    cursor: pointer;
}

.thumbnail .caption {
    height: 93px;
    margin-left: -8px;
    overflow: hidden;
}

#categ_page .thumbnail .caption {
    height: 99px;
}


.photo_credit{
	color: #b7b7b7;
}

@media (max-width: 991px) {
	.featured-stories-right .col-sm-10 {
    	width: 100%!important;
  	}

}

@media (max-width: 991px) {
	.footer_box .row{
		text-align: -webkit-center!important;
		text-align: center!important;
		padding-bottom: 5px;
	}

	.footer_box .footer-right{
		float: none;
	}
}

.no-news {
    height: 360px;
}

@media (min-width:1200px){
	.container{
		width:1127px!important;
	}
}

.featured_content_front .rquote{
	display:none;
}

.featured_content_front iframe{
        display:none;
}

.featured_content_front script{
        display:none;
}

@media (max-width: 1199px) {
	.article-left-content .col-md-4 {
    	width: 100%!important;
	/*display: none;*/
  	}
}


span.featured_content_front img{
  display:none;
}

.total_comments_popular_stories{
 /*float: right;*/
 width: 100%;
 text-align:right;
 font-size:10px;
 color:#aaa;
 font-family: 'Helvetica', 'Arial', sans-serif;
}

blockquote{
 color: rgba(42,51,6,0.7)!important;
 font-size:14px;
}

.body-line{
  font-size:16px!important;
  font-family: 'Helvetica', 'Arial', sans-serif!important;
} 

/*.nav {
  font-size:14px;
  letter-spacing: 1px;
}*/

.featured_content_front{
  font-size:16px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.citation{
  font-size: 13px;
  color:#aaa;
}

.featured-left{
  font-size:23px;
  font-weight:bold;
}

.thumbnail img.art_img {
    width: 60%;
    display: inline-block!important;
}

.art_box {
    display: table-row;
}

.news-date{
  margin-right: 5px;
  font-size:12px;
  color:#aaa;
  font-family: 'Helvetica', 'Arial', sans-serif;
  width: 85px;
} 

.news-date-main{
  margin-right: 4px;
  font-size:12px;
  color:#aaa;
  font-family: 'Helvetica', 'Arial', sans-serif;
  width: 85px;
}
.news-category{
  font-size:12px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.news-meta-data{
  width:100%;
  display: flex;
}

#alert_handler {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9900;
}

#alert_background {
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#alert_div {
  background-color: #d6daf0;
  border: 1px solid black;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

#alert_message {
  text-align: center;
  margin: 13px;
  font-size: 110%;
}

.pdfobject-container { height: 500px;}
.pdfobject { border: 1px solid #666; }

#pdf1 embed {
    border: 1px solid #666;
}

.pdf_area {
    border: 1px solid #666;
}

div#advertise_tgw {
    padding-top: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.portrait_embed iframe{
	position: absolute !important;
    	top: 0 !important;
    	left: 0 !important;
    	width: auto !important;
    	height: 100% !important;
}

.header_ads {
    padding-bottom: 30px;
}

.sidebar_ads {
    float: right;
    margin-right: 20px;
}

.text-post {
    border-bottom: #e2e2e2 solid 1px;
    border-bottom-style: dashed;
}
.text-post-date {
    color: #abb3d6;
    font-size:10px;
}
.search_box {
    width: 384px;
    float:right;
}

.row.border-search {
    border-top: #d6d6d6 solid 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search_default_box {
    width: 384px;
}

.search_default_box_main {
    width: 100%;
    border: #cccccc solid 1px;
    padding: 20px;
    background: #eaeaea;
    margin-bottom: 30px;
}

.quote {
  color: #789922;
}
/*.footer_ads {
    margin-bottom: -90px;
}*/

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  /*padding: 10px;*/
  padding: 7px 7px 12px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { 
	padding-right: 30px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    	height: 27px;
    	margin-top: 9px;
}

table.article-list-table tr:nth-of-type( even ){
	background: #f7f7f7;
}

.forum_list{
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
}

span.required-star{
 color:red;
}

@media screen and (max-width: 500px){
  .article_share_social_media a {
    padding-right: 10px;
  }	
}

#category-pages-pagination{
	font-size: 16pt !important;
}

#author-post-pagination{
        font-size: 16pt !important;
}

/*Edit article image*/
#title_edit_image{
 font-size: 17px;
}

.searched_article_image {
    margin-top: 15px;
}

input#upload_new_image{
 width: 300px;
}

input#new_image {
    width: 300px;
}

.image_update_status_box {
    border: 1px solid #2222;
    width: 700px;
    background: #bdbdbd22;
    padding-top: 10px;
    padding-bottom: 15px;
}

.image_update_status_box h4 {
    color: #039c03;
    padding-bottom: 10px;
}

input#search_article_image {
    margin-left: 7px;
    position: relative;
    font-size: 115%;
}

input#post_id {
    height: 42px;
}

.edit_images_sample .title, #edit_image_article_info .title {
    color: #929292;
}

.edit_images_sample .description {
    font-weight: bold;
    font-family: initial;
    font-size: 15px;
    color: #2b68a0;
}

.date-category {
    width: 600px;
    font-size: 12px;
    color: #aaa;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.featured-stories-left h4{
        margin-top: -2px;
}

.navbar-right {
    margin-right: -60px!important;
}
