
#NewsHomePage, #NewsCategoryPage {

    margin-bottom:15px;
}
.news-blocks .thumbnail {

  overflow: hidden;
}
.news-blocks .caption h4 {

  line-height: 1.3;
  margin-top: 0;
}
.news-blocks .caption p {

  color: #5e5e5e;
}

.news-blocks .caption h4, .news-blocks .caption p {
	text-align: Left;
}
.news-blocks .thumbnail time {

  font-size: 90%;
  color: #969696;
  padding-right: 10px;
  padding-left: 10px;
}

/*******************************************************/
/******************* Clients *************************/
.client-thumbnail {
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
	display: block;
	margin-bottom: 20px;
}
.client-thumbnail:hover {
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.3),
				0 3px 8px 0 rgba(0,0,0,.18),
				0 1px 10px 0 rgba(0,0,0,.17);
}
/*****************************************************/
/*************** Services Pages **********************/
#NewsCategoryPage .thumbnail-terry figcaption .figcaption-caption h4 {
	white-space: normal !important;
}

.service-modal .modal-content {
	background-color: #1e304b;
	color: white;

	-webkit-box-shadow: 0 0 12px rgba(255,255,255,0.6);
    box-shadow: 0 0 12px rgba(255,255,255,0.6);
}

.service-modal .modal-content .modal-body {
	text-align: justify;
	text-justify: distribute;
}

.service-modal .close {
	color: white;
	border: 1px solid white;
	padding: 3px 7px;
	border-radius: 5px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.service-modal .close:hover, .service-modal .close:focus {

	filter: alpha(opacity=70);
	opacity: 0.7;
}
.service-modal .modal-content img {
	max-width:100% !important;
	width: auto !important;
	height: auto !important;
	max-height: auto !important;
	border-radius: 10px !important;
}
/*****************************************************/
@media (min-width: 1200px) {

    .news-blocks .caption {
      height: 200px;
      overflow: hidden;
    }
    .news-blocks .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .news-blocks .caption p.brief {
      height: 93px;
      overflow: hidden;
    }
}
@media (min-width:992px ) and (max-width: 1199px) {
  
    .news-blocks .caption {
      height: 200px;
      overflow: hidden;
    }
    .news-blocks .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .news-blocks .caption p.brief {
      height: 93px;
      overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .news-blocks .caption {
      height: 200px;
      overflow: hidden;
    }
    .news-blocks .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .news-blocks .caption p.brief {
      height: 93px;
      overflow: hidden;
    }
}


@media (max-width: 767px) {

    .news-blocks .caption {
      /*height: 185px;*/
      overflow: hidden;
    }
    .news-blocks .caption h4 {
      /*height: 47px;*/
      overflow: hidden;
    }
    .news-blocks .caption p.brief {
      /*height: 95px;*/
      overflow: hidden;
      margin-bottom: 0;
    }
}
/**************** News *********************/
div.NewsDiv{
	clear:both;
	margin:0 0 10px 0;
	overflow:hidden;
}
div.NewsDiv img{
	float:Left;
	border:silver 1px solid;
	margin:0 4px 4px 4px;
	width:120px;
	height:100px;
}
div.NewsDiv .Brief{
	margin:4px 0 0 0;
}

div.NewsDiv .Title a,div.NewsDiv .Title a:hover{

	font-weight:bold;
	text-decoration:none;
}
div.NewsDiv .Date, #NewsPage .Date{
	/*font-size:80%;
	color:gray;
	font-style:italic;*/
	
	font-size:85%;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	
}
#NewsPage .Date{
	/*float:Left;*/
}

#NewsPage .Dash{
	font-size:85%;
	float:Left;
	color:#666;
	margin:4px 5px 0 5px;
}
#NewsPage .CommentsLink{
	font-size:85%;
	float:Left;
}
#NewsPage .Clear{
	clear:both;
}

div.NewsDiv .Split {
	clear:both
}
div.NewsSplit
{
    border-top:dashed 1px silver;
    margin-bottom:10px;
    clear:both;
}
.FloatEnd
{
    clear:both;
}
.NewHead
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin:0 0 5px 0;
    padding:0;
    /*text-align:center;*/
    text-transform: capitalize;
    color: #2e5177;
    text-align: center;
    font-family: 'AzoSans-Bold';

}
#NewsPage .LargeThumbnail img, #NewsPage img {
	
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
    border:1px solid silver;
}
/***********************************/
div.NewsCommentSplit, div.CommentsSplit{
	width:auto;
	height:1px;
	background:silver;
	margin:8px 0 8px 0;
	display: none;
}
div.CommentsSplit{
	height:2px;
	font-size:1px;
	line-height:1px;
}	

#NewsPage .CommentsHead{
	display: none;
}

#NewsPage .CommentsHead a{
	font-weight:bold;
	text-decoration:none;
	color:silver;
}

div.NewsComment{
	margin:0 0 3px 0;
}

div.NewsComment a.avatar{
	display:block;
	text-decoration:none;
	border:silver 1px solid;
	float:left;
	margin:0 5px 5px 0;
}
div.NewsComment a.avatar img{
	border:none;
}

div.NewsComment .Title{
	font-weight:bold;
	color:#32679e;
}
div.NewsComment .Date{
	margin:4px 0 0 0;
	color:#666;
	font-size:85%;
	float:Left !important;
}
div.NewsComment .Dash{
	float:Left;
	margin:4px 5px 0 5px;
}
div.NewsComment .By{
	font-size:85%;
	float:Left;
	margin:4px 0 0 0;
	color:gray;
}
div.NewsComment .By span{
	font-weight:bold
}
div.NewsComment .Content{
	
	margin:5px 10px 0 10px;
	padding:0 5px 0 5px;;
	border-Left:silver 2px solid;
}
/*------------------ Comment box */
#cmbox{
	text-align:center;
	overflow:hidden;
	margin:20px;
	display:none;
}
/* ------------------ Like/Login Box */
#cmbox .heading{
	margin:10px 0 10px 0;
	font-size:110%
}

#cmlogin, #cmlike{
	border:#CCCCCC 1px solid;
	background:#F2F2F2;
	background:#FCFCFC url(../comment-bg.jpg) no-repeat center center;
	width:480px;
	height:120px;
}
/* ------------------ Like Box */
#cmlike .LikeFirst{
	text-align:center;
}
#cmlike iframe{
	width:48px !important;
	overflow:hidden;
}
#cmlike .LikeFirst span{
	display:block;
	margin:0 auto;
	width:52px;
	background:#fff;
	border:#ccc 1px solid;
	padding:2px;
}
/****************************** Comment Form */
#cmfrm{
	border:#d1e4ff 1px solid;
	background:#fafcff;
	padding:5px;
	width:490px;
	margin:0 auto 10px auto;
}
#cmfrm a.MyAvatar{
	text-decoration:none;
	border:silver 1px solid;
	display:block;
	float:left;
}
#cmfrm a.MyAvatar img{
	border:none;
}
#cmfrm table{
	margin:5px 0 5px 5px;
	width:400px;
}
#cmfrm .Submit{
	text-align:right;
	font-size:11px;
}
#cmfrm .ToFB{
	line-height:25px;
	height:25px;
}
#cmfrm .Title input
{
	width:100%;
}
#cmfrm .Content textarea
{
	width:100%;
	height:88px !important;
}
#cmfrm .LabelOnField label{
	padding:1px 2px;
}

#cmmsg{
	
}
#cmmsg .Information{
	display:block;
	background:#FDFFE4;
	border:#E6E8CF 1px solid;
	color:#26469B;
	padding:4px;
	margin:4px 0 4px 0;
}
#cmmsg .Failure{
	display:block;
	background:#FDFFE4;
	border:#E6E8CF 1px solid;
	color:red;
	padding:4px;
	margin:4px 0 4px 0;
}

.FBButton {
	background: #637bad;
	border:#29447E 1px solid;
	color:white;
	margin:0 3px 0 3px;
}


/****************************** RSS */
#FeedsPage .inLinkTarget{
	font-weight:bold;
	text-decoration:none;
	color:#333
}
#FeedsPage div.Side{
	width:200px;
	float:left;
	margin:0 10px 10px 0;
}

#FeedsPage .RSSFeeds,
#FeedsPage .Readers{
	margin:0 0 10px 0;
}
#FeedsPage .RSSFeeds UL, #FeedsPage .Readers UL{
	list-style-type:none;
	padding:0;
	margin:0;
}
#FeedsPage .RSSFeeds Li,#FeedsPage .Readers Li{
	list-style-type:none;
	margin:0 0 4px 0;
}

#FeedsPage .RSSFeeds a{
	display:block;
	text-decoration:none;
	padding:3px 20px 3px 3px;
	font-weight:bold;
	background:#F3E0EB url('../rss.gif') no-repeat right center;
}
#FeedsPage .RSSFeeds a:hover{
	background-color:#F3EEF1;
}

#FeedsPage .Readers h4{
	font-size:100%;
	color:#666;
	margin:6px 0 6px 0;
}

#FeedsPage .Readers a{
	display:block;
	text-decoration:none;
	padding:3px;
	background:#EFF7FD;
	direction:ltr;
}
#FeedsPage .Readers a:hover{
	background-color:#FFF;
}