#logo {
    background-image: url(../images/sg-home3.png);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999;
    background-position: top left;
    margin-top: 15px;
}

.phone-icon  {
    padding-top: 10px;
}

ul#work li{
	list-style-type: none;
}

li.phone {
	color: white;
}


img.left {
	float: left;
 	width: 49.5%;
}

img.right {
	float: right;
 	width: 49.5%;
 }


/*#research {
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
*/

#headline {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 600;
}

@media handheld, only screen and (max-width: 768px) {

img.left {
 	width: 100%;

}

img.right {
 	width: 100%;
 }
 

 }