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

.top-banner{
	position: absolute;
	top:0;
	width: 100%;
	padding: 1em 0;
	text-shadow: 1px 1px 3px #000;
}

.top-banner img{
	width: 18em;
}

.top-banner ul{
	float:right;
	margin-top: 1em;
	position: relative;
	top:0;
	right:0;
}

.top-banner ul li:first-child{
	margin-left:0;
}

.top-banner ul li:last-child{
	margin-right:0;
}

.top-banner li{
	display: inline;
	margin: 0 1em 0 2em;
	font-size: 1em;
	color: #FFFFFF;
    float: left;
	height: 1.75em;
}

.top-banner li img{
	width: 1.75em;
	border-radius: 50%;
	background-color:#1e98d5;
	display: inline-block;
	float: left;
}

.top-banner span{
    margin-left: 0.75em;
	margin-top: 0.3em;
	float: right;
	display: inline-block
}

#banner-contact{
    display:inline;
}

#banner-contact-mobile{
    display:none;
}

@media screen and (max-width: 50em){
.top-banner ul{
	float:none;
}
}

@media screen and (max-width: 29em){
.top-banner li{
	margin:0 1em 0 0;
	display: block;
}
.top-banner span{
	float: left;
    display:none
}
#banner-contact-mobile{
    display:inline;
}

#banner-contact{
    display:none
}
}