@charset "utf-8";
/* CSS Document */

#container1 {
	height:auto;
	overflow:auto;
	background-image:url(../images/op-bg.png);
	background-repeat:repeat;
	background:rgb(255,255,255,0.6);
	-webkit-background-size: cover; 
   -moz-background-size: cover; 
   -o-background-size: cover; 
    background-size: cover;
	padding:10px;
	display:block;
	max-width:100%;
	-webkit-overflow-scrolling: touch;
}

#close {
	float:right;
	z-index:100;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	position:relative;
	width:15px;
	height:15px;
	margin-bottom:5px;
}

#cats {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	width:95%;
	display:block;
	max-width:95%;
	height:auto;
	margin:auto;
	overflow:hidden;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
    break-inside: avoid;
	text-align:left;
}
.whole {
	display:block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
    break-inside: avoid;
	width:auto;
	height:auto;
	background:rgba(255,255,255,1);
	padding: 5px;
	margin-bottom:5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.whole:hover {
	background:rgba(255,255,255,0.3);
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
}
.thumb {
	margin:auto;
	padding:2%;
	display:inline-block;
	width:90%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
    break-inside: avoid;
}
#cats .whole .thumb img {
	max-width:100%;
	height:auto;
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.t-h {
	background: url(../images/td-bg.png) repeat;
	padding-bottom:4px;
	padding-left:3px;
}
.t-h h3 {
	font-size:1em;
}
.awards {
	width:95%;
	min-width:55%;
	padding:3px;
}
.readmore {
	background:#333;
	color:#FFF;
	font-size:9px;
	padding:2px;
	float:right;
}
/*directors*/
#directors {
	-webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
	-webkit-column-gap: 4px; /* Chrome, Safari, Opera */
    -moz-column-gap: 4px; /* Firefox */
    column-gap: 4px;
	text-align:left;
}
.pin2 {
	max-width:80px;
	min-width:30px;
	height:auto;
	display:inline-block;
	padding:2px;
	border: 1px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 1px 8px;
	text-align:center;
}
.pin2 p {
	text-align:left;
	line-height:100%;
	margin:2px 0 0 2px;
	font-size:9px;
}
.pin2 img {
	max-width:100%;
	height:auto;
	padding-bottom:2px;
	border-bottom:#333 1px solid;
	margin:auto;
}
.separate {
	width:80%;
	margin:auto;
	height:10px;
	display:block;
	border-bottom:thin dashed #333333;
}
.separate2 {
	width:100%;
	margin:auto;
	height:10px;
	display:block;
}
/*lecture posters*/
.poster {
	padding-right:1em;
	width:inherit;
	display:inline-block;
	vertical-align:top !important;
	background:#FFF;
}
.poster1 {
	width:10em;
	display:inline-block;
	vertical-align:top !important;
}
#poster-wrap {
	width: auto;
	max-width:90%;
	overflow:hidden;
	background: rgba(255,255,255,0.5);
	padding:5px;
}
.yt-link a{
	color:#333;
}
/*contact stuff*/
#africamap {
	width: 100%;
	min-height: 600px !important;
	max-height: 600px !important;
	text-align: left;
	height: 600px;;
	overflow: hidden;
	margin: auto;
	background: url(../images/africa-connect.png) no-repeat top right scroll;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#africamap img {
	max-width:100% !important;
	max-height:auto;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}
/*accordion menu for projects*/
#accordian {
	background:url(../images/op-bg2.png) repeat;
	width:60%;
	margin: 10px 0 0 0;
	color: #333;
	z-index:550;
}
#accordian ul {
	color:#666;
}
/*heading styles*/
#accordian h3 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
	cursor: pointer;
	color:#333;
	letter-spacing:0.05em;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	line-height: 22px;
	display: block;
	padding: 0 5px;
	/*hover animation*/
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	-ms-transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	border-left: 5px solid #F90;
}
/*hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
.maps {
	float:left;
	width:100%;
	overflow:hidden;
	display:inline;
}
.map {
	width:90%; 
	height:180px;
	margin-bottom:5px;
	padding:5px;
	border-left:thin dashed #333333;
}