/* CSS Document */

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, "Myriad", "Trebuchet MS", verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: #ffffff url(../img/bg.jpg) bottom center no-repeat fixed;
}

::selection	{ background-color: #E13300; color: white; }
::moz-selection { background-color: #E13300; color: white; }
::webkit-selection { background-color: #E13300; color: white; }

a:link, a:visited{
}

a:hover, a:active{
	text-decoration: none;
}

.container_master {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.container_master2 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

form{
	padding: 0px;
	margin: 0px;
}

.form-search {
	padding: 0px;
	margin: 0px;
}

.navbar .container_master .container-fluid, .navbar .container_master .container{
	max-width: 100%;
	padding: 0px;
}

.container_master .container-fluid, .container_master .container{
	max-width: 100%;
	padding: 0px;
}

.hidden{
	display: none;
}

.nav-collapse .form-inline input, .nav-collapse .form-inline button{
	margin: 6px 0px 0px 0px;
}

.nav-collapse .form-inline input {
	background-color: #96bbc2;
	border-color: #96bbc2;
	color: #ffffff;
}

.nav-collapse .form-inline{
	margin: 0px 0px 0px 0px;
}

.navbar .btn {
	margin-top: 0px;
}

.navbar .brand {
	padding-top: 3px;
	padding-bottom: 0px;
}

.navbar-inverse .navbar-inner {
  background-color: #ffffff;
  background-image: none;
  border: 0px;
  min-height: 70px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #000000;
}

.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover {
  color: #c8dcdf;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color: #ff0000;
	background-color: transparent;
}

.nav-collapse .form-inline > input:-moz-placeholder {
  color: #7d9da3;
}

.nav-collapse .form-inline > input:-ms-input-placeholder {
  color: #7d9da3;
}

.nav-collapse .form-inline > input::-webkit-input-placeholder {
  color: #7d9da3;
}

.nav-collapse .btn-group .btn {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c8dac), to(#024e75));
	background-image: -webkit-linear-gradient(top, #5c8dac, #024e75);
	background-image: -o-linear-gradient(top, #5c8dac, #024e75);
	background-image: linear-gradient(to bottom, #5c8dac, #024e75);
	background-image: -moz-linear-gradient(top, #5c8dac, #024e75);
	border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.nav-collapse .btn-group .btn .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.nav-collapse .dropdown-menu {
	background-color: rgba(255,255,255, 0.8);
}

.nav-collapse {
	font-weight: bold;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
color: white;
background-color: #ff0000;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #ffffff;
background-color: #ff0000;
}


.navbar-inverse .btn-navbar {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5c8dac;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c8dac), to(#024e75));
	background-image: -webkit-linear-gradient(top, #5c8dac, #024e75);
	background-image: -o-linear-gradient(top, #5c8dac, #024e75);
	background-image: linear-gradient(to bottom, #5c8dac, #024e75);
	background-image: -moz-linear-gradient(top, #5c8dac, #024e75);
	border-color: rgba(0, 0, 0, 0.2);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#55c8dac', endColorstr='#0024e75', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar .nav {
	margin: 15px 0px 0px 0px;
}

.l_section {
	width: 80%;
}

.r_section {
	width: 20%;
}

.l_panel {
	background: #ffffff url(../img/watermark.png) bottom center no-repeat;
	min-height: 700px;
	padding-top: 30px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	padding-left: 2%;
	padding-right: 2%;

}

.r_panel {
	background-color: rgba(255, 255, 255, 0.5);
	min-height: 100px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);	
	
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-top: 10px;
}

.round_8 {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.round_8_tr {
	-moz-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.round_8_tl {
	-moz-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.round_8_br {
	-moz-border-bottom-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.round_8_bl {
	-moz-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}


.well{
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.02);
	border: 0px;
}

.well-small {
	padding: 10px;
	background-color: rgba(90, 140, 172, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-bottom: 10px;
	border: 0px;
}

.well_hollow {
	padding: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.clear_both{
	clear: both;
}

.pagination {
	margin: 10px 0;
}

.pagination a, .pagination span {
	float: left;
	padding: 0 15px;
	line-height: 25px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #DDD;
	border-left-width: 0;
}

.small_font {
	font-size: 0.8em;
}

.inactive_font {
	color: rgba(0, 0, 0, 0.3);
}

.nav {
	margin-bottom: 5px;
}

.job_title {
	font-size: 1.5em;
	line-height: 1.0em;
	clear: both;
}

.job_title a {

}

table {
	margin-top: 0px;
}

.footer {
}

.logo_band {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px 0px 0px 0px;
	margin-bottom: 0px;
}


.social {
	font-size: 0.9em;
}

.call{
	margin-top: 30px;
	padding-left: 5%;
}

.call .post {
	margin-left: auto;
	margin-right: auto;
}

.inline li {
	display: inline;
}

.credits_l li{
	margin-right: 10px;
}

.words {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.test_img{
	border: 3px solid #ffffff;
	margin-right: 10px;
	margin-top: 0px;
	width: 60px;
}

hr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.no_account{
	padding: 10px 5px 0px 0px;
	margin: 0px;
	color: #dae7e9;
}

.no_aacount li{
	margin-right: 10px;
}

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}

.carousel_footer{
	margin: 0px;
}

.carousel_footer .carousel-control {
	color: white;
	background: rgba(0,0,0, 0.1);
	border: 0px solid white;
}

.small_font .badge{
	font-size: 1em;
	background-color: rgba(0,0,0, 0.2);
}

.flag_ke {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-bottom;
	background-image: url(../img/flag_ke.gif);
	background-repeat: no-repeat;
}

.flag_tz {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../img/flag_tz.gif);
	background-repeat: no-repeat;
}

.flag_ug {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../img/flag_ug.gif);
	background-repeat: no-repeat;
}

.carousel_footer .thumbnail {
	display: block;
	padding: 0px;
	line-height: 20px;
	border: 0px solid #DDD;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion-inner .small_font li a {
	padding: 3px;
}

.credits_l{
	margin-right: 10px;
}
.credits_r{
	float: right;
}

.muted, .muted a {
	color: rgba(0, 0, 0, 0.3);
}

.job_at li{
	display: inline;
}

.tbz .tab-pane {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	min-height: 50px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.nvtb .active a {
	background-color: #ffffff;
}

.modal-body {
	background: rgba(90, 140, 172, 0.06);
}

.modal-footer {
	background: rgba(90, 140, 172, 0.4);	
}

.z_index_top{
	z-index: 1030;
}

.popover{
	z-index: 1030;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 1029;
}

.testimony{
	margin-bottom: 5px;
}

.social_job{
	margin-bottom: 20px;
	margin-top: 5px;
}

.social_job li {
	margin-right: 10px;
}

.padder{
	margin-bottom: 40px;
}

.lorem{
	margin-bottom: 20px;
	text-align: justify;
	line-height: 1.8em;
	margin-top: 20px;
}

.req li, .resp li{
	line-height: 1.8em;
}

.job_head li h2 {
	line-height: 1em;
	color: #be3630;
}

.job_span{
	max-width: 620px;
}

.job_thumb{
	margin-bottom: 0px;
	max-width: 70px;
	max-height: 50px
}

.adverts {
	margin-left: 5px;
}

.adverts hr {
	margin-left: -5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.ads_ul img {
	max-width: 70px;
	max-height: 70px;
}

.ads_ul h5 a {
	color: #be3630;
}

.ads_ul p {
	line-height: 1.3em;
}

.ads_ul h5 {
	line-height: 1.3em;
	margin-bottom: 2px;
	margin-top: 2px;
}

.ads_ul li {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	margin-bottom: 10px;
}

.job_head_ul li{
	margin-right: 15px;
}

.r_jobs_ul li {
	margin-right: 10px;
}

.reg{
	margin-top: 170px;
	margin-bottom: 175px;
	background-color: rgba(255,255,255, 0.7);
	padding: 30px 40px 20px 40px;
	
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
	border-top: 2px solid #ffffff;
}

.uskonde{
	padding-bottom: 3px;
}

.ul_one{
	padding: 0px;
	margin: 0px;
}

.li_one{
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.li_one:nth-last-child(1) {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.ul_two {
	padding: 0px;
	margin: 0px;
}

.li_two {
	margin: 0px;
	padding: 0px;
}

.p_thumb{
	max-width: 140px;
	max-height: 140px;
}

.sure .control-group{
	margin-bottom: 10px;
}

.p_ul {
	margin: 0px;
	padding: 0px;
}

.p_ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

.tbzx .tab-pane {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background-color: transparent;
	padding: 0px;
	min-height: 30px;
	border-left: 0px solid #dddddd;
	border-right: 0px solid #dddddd;
	border-bottom: 0px solid #dddddd;
}

.note{
	border-bottom: 1px solid #cccccc;
	display: block;
	padding: 3px 0px 3px;
	margin-bottom: 5px;
}

.ac_ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	display: block;
}

.form-actions {
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: whiteSmoke;
	border-top: 1px solid #E5E5E5;
}

.cv_tbl{
	margin-bottom: 100px;
	}
	
.acdn .accordion-inner{
	padding: 0px;
	border-top: 1px solid #E5E5E5;
}

.acdn .accordion-inner .nav-pills > li > a {
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.cv_nav  li  .dropdown-toggle {
	padding: 0px;
	margin: 0px;
}

.cv_img img {
	width: 16px;
	height: 16px;
}

.cv_well{
	margin-top: 10px;
	margin-bottom: 0px;
}

.act_btns {
	margin-right: 20px;
}

.jones input {
	margin-bottom: 10px;
}

.thumb_cart{
	max-width: 70px;
	max-height: 70px;
}

.sel_cart{
	margin-right: 5px;
}

.cart_title{
	color: #000000;
	font-size: 1.2em;
}

.cart_total{
	color: #000000;
	font-size: 1.3em;
}

.cart_ul{
	width: 100%;
}
.cart_ul li{
	text-align: right;
	line-height: 1.9em;
	display: block;
}

.cart_ul li hr{
	margin: 5px 0px 5px 0px;
}

.red_font{
	color: #ff0000;
}

.logoz img {
	height: 40px;
	margin-right: 20px;
}

.logoz > li:last-child {
	margin-left: 60px;
}

.ula{
	text-align: right;
}

.min_h{
	min-height: 400px;
	padding-bottom: 20px;
}

#container_feed {
	padding: 0px;
	margin: 0px;
}

#container_feed > .item {
  width: 160px;
  margin: 10px;
  float: left;
}


#container_feed > .item > .thumbnail > img{
	width: 100%;
}

#container_feed > .item > .thumbnail > p {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0px;
}

#container_feed > .item > .thumbnail > h5 {
	font-size: 1em;
	line-height: 1.0em;
	margin: 0px 0px 5px 0px;
	color: #2e2b70;
	padding: 5px 0px;
}

#container_feed > .item > .thumbnail > a > img {
	margin-bottom: 5px;
}

#container_feed > .item > .thumbnail > h5 > a {
	color: #2e2b70;
}

#container_feed > .item > .thumbnail > h5 > a:hover {
	color: #f58220;
}


.feed_ul{
	margin: 3px 0px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}


/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: width, height;
     -moz-transition-property: width, height;
      -ms-transition-property: width, height;
       -o-transition-property: width, height;
          transition-property: width, height;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


.stream .thumbnail {
	background-color: rgba(255,255,255,0.4);
	border: 0px;
}

.stream{
	min-height: 400px;
	margin: 0px;
	padding: 0px;
}

.zuma img {
	margin-bottom: 20px;
}

.bold{
	font-weight: bold;
}

.shwari{
	margin-top: 100px;
}

.moyo img {
	margin-bottom: 5px;
}

.pre-scrollable {
	max-height: 210px;
	overflow-y: scroll;
	padding-right: 20px;
}

.pre-scrollable p, .pre-scrollable li {
	text-align: justify;
}

.left > h2 {
	margin-top: 100px;
}

.left > h4 {
	margin-top: 100px;
}


.dropdown-menu a:hover {
	background-color: #ff0000 !important;
}

.mentaz a {
	color: #ff0000;
}

.baba{
	margin-top: 130px;
}

.baaba{
	margin-top: 30px;
}


.scrola{
	max-height: 850px;
}

.scrola2 {
	max-height: 400px;
}

.spec {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 1000;
	color: #ffffff;
	font-size: 25px;
	font-weight:200;
	line-height: 0.8em;
}

.spec2 {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1000;
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
}

.spec2 > li {
	line-height: 1.0em;
	text-align: right;
}

.spec2 > .col {
	color: #ff0000;
	font-size: 20px;
}