/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.clear {
    clear: both;
}
.center {
    margin-left: auto;
    margin-right: auto;
}

.top-navigation {
    margin-top: 0px;
    margin-bottom: 20px;
}


.news-article {
    margin-bottom: 10px;
}
.news-article a {
    font-size: 18px;
    margin-bottom: 8px;
}
.news-article div img {
    margin-right: 8px;
    margin-bottom: 8px;
}



.blogs_tmpl5_section_name, .news_tmpl5_section_name {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 6px;
    border: solid 1px #428bca;
    color: #428bca;
}
.blogs_tmpl5_list_item_header, .news_tmpl5_list_item_header {
    margin-top:0px;
}
.blogs_tmpl5_list_item_user {
    font-weight: bold;
}
.blogs_tmpl5_list_item_comment {
    color: gray;
    padding-left: 16px;
}
#main {
    padding: 0 20px;
}
/*.left-side, .center-side {
    margin-right: 4px;
}
.right-side, .center-side {
    margin-left: 4px;
}*/

.navbar-default {
    margin: 0 20px;
}

.sajur-header {
    background-color: #FFFFFF;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}
.header {
    background-color: #F7F7F7;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}
.sajur-header .header-logo,
.sajur-header .header-right,
.sajur-header .header-center {
    /*display: inline-block;*/
}
.sajur-header .header-logo {
    float: left;
}
.sajur-header .header-logo div  {
    /*position: relative;*/
}
.sajur-header .header-logo div a img {
   /* margin-top: 30px;
    float: left;*/
}
.sajur-header .header-right {
    /*margin-top: -30px;*/
    float: right;
}
.sajur-header .header-center {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    /*margin-top: -30px;*/
}



#left-block {
	position: relative;
	z-index:10000;
	top: -100px;
}
#right-block {
	position: relative;
	z-index:10000;
	top: -50px;
}

#navbarCollapse {
	padding:0px;
	margin:0px;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 15px;
}
.navbar {
	z-index:9999;
}

#cse-search-box, .gsc-control-cse {
	z-index:9999;
	position:relative;
}

#right-block .gsc-search-box {
	display:none;
}

.gsc-control-cse {
	display:none;
}

.block-1 .gsc-control-cse {
	display:block;
}