.icon-medium {
	text-align:center;
	display:inline-block;
	background:#37659e;
	padding:10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	color:#fff
}

.icon-sb-box {
        text-align:center;
        display:inline-block;
        background:#4d4d70;
        padding:4px;
	margin: 5px;
	width: 24px;
        color:#fff
}

.icon-sb-blog {
        background:#321;
}

.icon-sb-github {
	background:#333;	
}

.icon-sb-linkedin {
        background:#007bb6;
}

.icon-sb-xing {
        background:#126567;
}

.icon-sb-facebook {
        background:#3b5998;
}

.icon-sb-twitter {
        background:#00aced;
}

.icon-sb-google-plus {
        background:#dd4b39;
}

.icon-sb-youtube {
        background:#bb0000;
}

.gap {
    margin-bottom: 50px;
}
.center {
    text-align: center;
}

.lightback {
    width: 100%;
    padding-bottom: 50px;
}

.greyback {
    background: none repeat scroll 0% 0% #F5F5F5;
    width: 100%;
    padding-bottom: 50px;
}

.darkback {
    background: none repeat scroll 0% 0% #E8E8E8;
    width: 100%;
    padding-bottom: 50px;
}

.subhead {
    margin: 15px;
}

.carousel-inner > .item > img { 
	margin: 0 auto; 
}
