
.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.container a:hover, .dropdown:hover .dropbtn {
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	list-style-type:none;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.container , .dropdown , .dropdown-content, .dropbtn{
	z-index:999;
}

.about-us .bars{
	margin-top:30px;
}

.my-ol {
}
.my-ol   li{
margin-top:25px;
}

.ol-uproman{
	list-style-type: upper-roman;
}
.ol-lowroman{
	list-style-type: lower-roman;
}
.ol-lowalpha{
	list-style-type: lower-alpha;
}

#logo{
	background: white; position:absolute;
	top: -20px;
	z-index: 999;
	border-radius: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius:    100px;
	-o-border-radius:      100px;
	-ms-border-radius:     100px;
	border: 2px solid #fff;
}


/*-- //bootstrap hacks --*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 0%;
    padding-bottom: 30px;
  }
}
/*-- //bootstrap hacks ends--*/
.carousel-extra-right{
    bottom: 110px;
	right:2px;
    position: absolute;
    float: right;
    text-align: right;
	color:white;
	padding:10px;
	background: rgba(0,0,0,.25);
}
.governing-council td:hover{
	/*background-color:silver;*/
}

.governing-council p{
	line-height:.1em;
}