* {margin:0;padding:10;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* ============== Reset css styles ==================== */
body {
    font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#ffffff;
    font-weight:400;
    background: #000000 url('image/background2.png') top center repeat fixed;
}

.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a, 
a:hover, 
a:visited {
    outline:none;
}
a {
    color:#00ab94;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
strong {
    font-weight:600;
}
h1 {
    font-weight:300;
    font-size:26px;
    margin-top:30px;
    line-height:30px;
}
h2 {
    font-weight:300;
    font-size:22px;
    margin-bottom:20px;
    text-transform:uppercase;
}
h8 {
    font-weight:300;
    font-size:15px;
}
p {
    margin:0 0 15px 0;
}
img {
    max-width:100%;
}
.wrap {
    width:1000px;
    margin:0 auto;
}
.col1 {
    width:26%;
    margin-left:5%;
    padding:20px;
    float:left;
    background:#2d2d2d;
    z-index:100;
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    height: 275px; /* or any value */
    overflow-y: auto;
}
.col2 {
    width:21.667%;
    margin-left:4%;
    float:left;
}
.col3 {
    width:48.0%;
    margin-left:4%;
    float:left;
}
.col4 {
    width:61.333%;
    margin-left:4%;
    float:left;
}
.col5 {
    width:70%;
    margin-left:4%;
    float:left;
}
.col6 {
    width:100%;
    margin:0;
    float:none;
}
.col7 {
    width:25%;
    margin:0;
    float:none;
}
.col8 {
    width:25%;
    margin-right:0
    float:right;
}
.first {
    margin-left:0;
}

/* Main styles ========================= */


header {
	background-color:#2d2d2d;
	color:#fff;
    position:fixed;
    top:0;
    height:80px;
    width:100%;
    z-index:100;
    box-shadow: 1px 1px 5px #000;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
}
nav ul {
    float:right;
}
nav ul li {
    float:left;
    list-style: none;
}
nav ul li a {
    display:block;
    text-decoration:none;
    line-height:76px;
    border-bottom:4px solid transparent;
    padding:0 20px;
    color:#ffffff;
}
nav ul li.active a,
nav ul li a:hover {
    color:#ffffff;
    text-decoration:none;
    border-bottom:4px solid #00ab94;
}
#pull {
    display: none;
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpi/P//PwM1AQsQU9VEJgYqg8FvICgMGUeel0eTzWiyGU02Qz/ZAAQYAOPcBjEdYroKAAAAAElFTkSuQmCC") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    color:#fff;
    z-index:110;
    position:fixed;
    top:0;
    height:40px;
    line-height:40px;
    text-transform: uppercase;
    padding-left:30px;
    cursor:pointer;
}
#imageMenu {
    width:650px;
    margin:0 auto;
    height: 240px;
    overflow: hidden;
    top:-25px;
    outline:none;
}
#imageMenu ul {
    margin: 0px;
    height: 240px;
    width: 1500px;
    outline:none;
}
#imageMenu ul li {
    float: left;
    outline:none;
}
#imageMenu ul li a {
    text-indent: -1000px;
    background:#FFFFFF none repeat scroll 0%;
    border-right: 2px solid #fff;
    cursor:pointer;
    display:block;
    overflow:hidden;
    width:98px;
    height: 200px;
    outline:none;
}
#imageMenu ul li.PredictiveCancerTherapy a {
    background: url(image/ImageMenu_Oncology.png) repeat scroll 0%;
}
#imageMenu ul li.CancerCaptureAgents a {
    background: url(image/ImageMenu_CancerCaptureAgents.png) repeat scroll 0%;
}
#imageMenu ul li.Immunology a {
    background: url(image/ImageMenu_Immunology.png) repeat scroll 0%;
}
#imageMenu ul li.DODCaptureAgents a {
    background: url(image/ImageMenu_DODCaptureAgents.png) repeat scroll 0%;
}
#imageMenu ul li.CaptureAgent a {
    background: url(image/ImageMenu_CaptureAgent.png) repeat scroll 0%;
    width: 310px;
}
#imageMenu ul li.DevelopingWorld a {
    background: url(image/ImageMenu_DevelopingWorld.png) repeat scroll 0%;
}
#imageMenu ul li.SingleCell a {
    background: url(image/ImageMenu_SingleCell.png) repeat scroll 0%;
    
}
#imageMenu ul li.TE a {
    background: url(image/ImageMenu_TE.png) repeat scroll 0%;
}
#imageMenu ul li.graphene a {
    background: url(image/ImageMenu_Graphene.png) repeat scroll 0%;
}
.clear {
    clear: both;
}
#pull .btn {
    display:block;
}
section {
    width:100%;
    padding:50px 0;
    overflow: hidden;
}
#home {
    margin-top:80px;
    padding:130px 0;
}
#home_pub {
    text-align:center;
    margin-top:75px;
    padding:50px 0;
}
#about_research {
    text-align:center;
    margin-top:75px;
    padding:50px 0;
    width:70%;
}
#about,
#team,
#contact {
    background-color:#2d2d2d;
    box-shadow: 1px 1px 5px #000;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
}
#promo {
    background-color: #3c6862;
    padding:20px;
    overflow: hidden;
    border-radius:3px;
        -moz-border-radius:3px;
    box-shadow: 1px 1px 5px #000;
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
}
#services h3 {
    background: transparent url('image/h3-icon.png') 0 0 no-repeat;
    padding:20px 0 0 25px;
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}
#promo p {
    float:left;
    font-size:20px;
    font-weight:300;
    margin:0;
    padding:15px;
}
#promo .button {
    float:right;
    background-color:#00ab94;
    color:#ffffff;
    text-decoration:none;
    font-size:20px;
    padding:15px 40px;
    font-weight:300;
    text-transform: uppercase;
    border:0;
    display:block;
    box-shadow: 0 5px 0 #305853;
        -moz-box-shadow: 0 5px 0 #305853;
        -webkit-box-shadow: 0 5px 0 #305853;
    border-radius:3px;
        -moz-border-radius:3px;
}
#promo .button:hover {
    background-color:#305853;
    box-shadow: 0 5px 0 #00ab94;
        -moz-box-shadow: 0 5px 0 #00ab94;
        -webkit-box-shadow: 0 5px 0 #00ab94;
}

.name {
    font-size:18px;
    margin:10px 0 5px;
}
.title {
    color:#999;
    font-size:16px;
    margin-bottom:0;
}


/* Contact form ========================= */

.contactform {
    width:100%; 
    overflow:hidden;
    padding-bottom:5px;
}
.contactform label {
    line-height:40px;
    text-align:right;
}
.contactform input[type=text] {
    border:1px solid #ccc;
    color:#333333;
    padding:5px 10px;
    font:inherit;
}
.contactform textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:10px;
    font:inherit;
}
input[type=button] {
    margin-top:20px;
    padding:10px 30px;
    border-radius:3px;
        -moz-border-radius:3px;
    border:none;
    font-size:16px;
    font-weight:300;
    width:auto;
    float:right;
    cursor:pointer;
    background-color:#00ab94;
    color:#ffffff;
    text-transform: uppercase;
    display:block;
    box-shadow: 0 5px 0 #305853;
        -moz-box-shadow: 0 5px 0 #305853;
        -webkit-box-shadow: 0 5px 0 #305853;
}
input[type=button]:hover {
    background-color:#305853;
    box-shadow: 0 5px 0 #00ab94;
        -moz-box-shadow: 0 5px 0 #00ab94;
        -webkit-box-shadow: 0 5px 0 #00ab94;
}

/* Footer ========================= */

footer {
    color:#666;
    text-align:center;
    font-size:12px;
    margin:40px auto 10px;
}
footer a {
    color:#666;
    text-decoration:underline;
}
footer a:hover {
    color:#00ab94;
}

/* Responsive styles ========================= */

@media screen and (max-width:1020px) {
    .wrap {
        width:86%;
    }
}
@media screen and (max-width:768px) {
    .col1,
    .col2,
    .col3,
    .col4,
    .col5 {
        width:100%;
        float:none;
        margin:0 0 20px;
    }
}
@media screen and (max-width: 680px) { 
    header {
        height:40px;
    }
    nav ul { 
        display: none; 
        height: auto; 
        text-align:left;
        width:100%;
        margin-top:40px;
    }  
    nav ul li {
        display: block;  
        float: none;  
        width: 100%;
        padding-left:10px; 
        border-bottom:1px solid #00ab94;
        background-color:#2d2d2d;
    }
    nav ul li:hover {
        background-color:#00ab94;
    }
    nav ul li a {
        padding:10px;
        line-height:20px;
        border:none;
    }
    nav ul li.active a, 
    nav ul li a:hover {
        border:none;
        
    }
    #pull { 
        display: block;
    } 
    #home {
        margin-top:40px;
        padding:100px 0;
    }
}