.col-xs-4 {
    width: 33%;
	float:left;
}

.popup-info {
    margin-top: 30px !important;
}

.popup-image {
    position: relative;
	margin-left:20px;
}


.pplhover{
	opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;	
	height: 100%;
	display:none;
	background-color: #bf7f7f;
}

.popup-image:hover .pplhover{
   display:block;
}

.popup-infotext {
    margin-left: 30px;
    margin-top: 10px !important;
}
.popup-infotext, .popup-infotext h1, .popup-infotext h2, .popup-infotext p, .popup-infotext h3 {
    text-align: left !important;
    width: 100%;
	font-size: 13px;
}

.popup-infotext h2 {
	margin:10px 0px;
}

.popup-infotext h3 {
	font-size: 12px;
	margin:10px 0px;
}

.popup-moreinfo {
    display: none;
}

section.left h1, section.left h2, section.left h3, section.left h4, section.left h5, section.left h6, section.left p, section.left a, section.left ul {
    text-align: left;
}
.reveal p {
    font-size: 11px !important;
}
.popup-moreinfo p {
    font-size: 12px !important;
}
.reveal p {
    color: #000000;
    font-family: "open sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6em;
    margin: 0 20px 20px 0;
}

#peopleoverlay {
    background-color: #f2f2f2;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.55);
    display: none;
    left: 0;
    padding: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 101;
}

#peopleimage {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 102;
}

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: #f2f2f2;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.55);
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding:15px 15px 0px 15px;
	text-align: right;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
}
.modal-body img{
    text-align: center;
    width: 50%;
}
.modal-body {
    padding: 15px;
    position: relative;
	text-align:center;
}

.modal-body h2{
   font-size:16px;
   text-align:center;
   margin-top:0px;
}
.modal-body h3{
   font-size:12px;
   margin-top:0px;
   text-align:center;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 768px) {
	
	.modal-dialog {
		margin: 30px auto;
		width: 300px;
	}
	.founder-modal .modal-dialog{
		width:500px
	}
	.founder-modal .modal-body{
		height:500px;
		overflow:auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
.modal-lg {
    width: 900px;
}
}