
.navbar-brand.navbar-logo-bigger > img {
    top: -10px;
    position: relative;
    width: auto;
}

nav.shrink-active .navbar-logo-bigger > img {
    top: 10px;
    position: relative;
    padding: 0;

}

.searchbox {
	width: 15%;
	float: right;
	padding-left: 20px;
	margin-top: 10px;
}

@media screen and (max-width: 972px) {
	
	.searchbox {
		visibility: hidden;
	}	
}

.hero-unit-animated {
	min-height:400px;
}

@media screen and (max-width: 768px) {
	.hero-unit-animated {
		min-height:210px;
	}	
}

.navbar-nav > li > a {
    padding-top: 20px;
}

.searchbox {
    margin-top: 15px;
}

#breadcrumb-wrapper .page-header {
  background-image: url('../img/hero/gb2023.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;	
}

#breadcrumb-wrapper .page-header .page-title {
	color: #fff;
}	

/*** PIXSEARCH ***/
@CHARSET "UTF-8";
.pixsearch_popup
{
    background-color: #FFFFFF;
    border: 4px solid #EEEEEE;
  	z-index: 1031;  
}

.pixsearch_popup .ps_head .ps_result
{
	background-color:#EEEEEE;
	font-size:14px;
	font-weight:bold;
	padding:4px;
}

.pixsearch_popup .ps_row_0,
.pixsearch_popup .ps_row_1
{
	background-color:#FFFFFF;
	border-top:2px solid #EEEEEE;
	padding:5px;
}

.pixsearch_popup .ps_row_0_head,
.pixsearch_popup .ps_row_1_head
{
	padding: 3px 0;
}

.pixsearch_popup .ps_row_0_head .ps_row_0_catlink,
.pixsearch_popup .ps_row_1_head .ps_row_1_catlink
{
	font-size: 1.2em;
}

.pixsearch_popup .ps_row_0_innerbody,
.pixsearch_popup .ps_row_1_innerbody
{
	padding-bottom: 3px;
}
.pixsearch_popup .ps_row_0_innerbody .highlight,
.pixsearch_popup .ps_row_1_innerbody .highlight
{
	font-weight: bold;
}

.pixsearch_popup .ps_footer_links
{
	border-top:2px solid #EEEEEE;
	padding:5px;
	overflow: hidden;
}

.pixsearch_popup .ps_footer_links .ps_link_prev
{
	float: left;
}

.pixsearch_popup .ps_footer_links .ps_link_next
{
	float: right;
}

.pixsearch_popup .ps_viewall
{
	background-color:#EEEEEE;
	overflow: hidden;
	padding:5px;
	text-align: center;
}


.alert-notice {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}


/*news and blogs*/
.news-desc{
    padding: 15px 0;
}
.news-desc h4{
    margin: 0px;
    font-weight: 400;
}
.news-desc span{
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.news-desc span + span{
    padding-left: 30px;
}
/*latest news in home option*/
.latest-new{
    border: 1px solid #ddd;
}
.blog-date {
    width: 60px;
    height: 60px;
    padding: 6px 5px;
    margin: -40px auto 10px auto;
    line-height: 1;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    font-size: 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.blog-date span{
    font-weight: 400;
    font-size: 15px;
    display: block;
}
.l-news-desc {
    padding: 10px 20px;
}
.l-news-desc h3{
    margin-bottom: 15px;
}
ul.post-desc{
    padding: 0;
}
ul.post-desc li{
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    color:#777;
}
ul.post-desc li + li{
    padding-left: 15px;
}
/**blog inner pages**/
.blog-post{
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.blog-post .article-image img {
    display: block;
    height: auto;
    width: 100%;
}

.post-detail {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.post-detail li img{
    width:26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius:13px;
    float: left;
    margin-right: 10px;
}
.post-detail li + li{
    padding-left: 15px;
}
.post-detail li{
    font-size: 11px;
    color: #777;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
}
.post-detail li i{
    margin-right: 5px;
}
.blog-post h2{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
	line-height: 120%;
}

.blog-post h3{
    font-size: 1.4em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 400;
	line-height: 120%;
}


.blog-post .post-desc p {
	line-height: 130%;	
}

.blog-left-img .post-detail{
    margin-top: 0px;
}
.about-author{
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
}
.about-author img{
    width:120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius:3px;
    border-radius: 3px;
}
.about-author p{
    overflow: hidden;
}
.comment-list{
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.comment-post h4 img{
    width:60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}
.comment-post p{
    overflow: hidden;
}
.comment-form .form-contact .form-control{
    background-color: #f5f5f5;
}



@media (max-width: 767px) {

	.blog-post h3{
	    font-size: 1.1em;
	    margin-bottom: 15px;
	    margin-top: 15px;
	    font-weight: 400;
		line-height: 120%;
		word-break: break-all;
	}	
	
	.blog-post .list-inline > li {
		display: list-item;
	}	

}


.jd_footer a {
	color: #fff;
}