body {
	background: #F5F4EF none repeat scroll 0 0;
	padding: 0 1.25em 1.25em 1.25em;
}
.tab {
	padding-left: 30px;
}
i {
	padding-right:5px
};

a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
.page{max-width:1918px;
        margin: 0 auto;
		}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #333;
	border-radius: 3px;
	color:#163A5B;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 2px solid #cc0000;
	color:#163A5B;
}
.yellow {
	color: #e0a300;
}
#topbar {
	background: none repeat scroll 0 0 #163A5B;
	border-bottom: 1px solid #163A5B;
	padding: 0;
	max-width:1918px;
	margin: 0 auto;
}
#topbar p {
	color: #fff;
	font-size: 0.95em;
	position: relative;
	top: 2px;
	text-align: center;
}
#topbar a {
	color: #fff;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar a:hover {
	color: #5FB3D4;
}
#topbar p strong {
	font-weight: 400;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #ffcb00;
	cursor: pointer;
	opacity: 1;
}
nav {
	background-color: #f5f4ef;
border-bottom: 4px solid #74cfcb;
	max-width:1918px;
	max-height: 270px;
	margin: 0 auto;
}
.fixed {
	left: 1.25em;
	position: fixed;
	right: 1.25em;
	width: auto;
	z-index: 2;
}
.fixed.fixed-top {
	top: 0;
}
.fixed {
	left: 1.25em;
	position: fixed;
	right: 1.25em;
	width: auto;
	z-index: 2;
}
.fixed.fixed-top {
	top: 0;
}
header {
	position: fixed;
	max-width:1918px;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
.logo_img {
  border: 0;
  display: block;
  height: auto;
  max-width: 200px;
  position: relative;
  top: 5px;
  left: 15px;
}
p.logo strong {
	font-weight: 500;
}
.top-nav li a {
	border-top: 1px solid rgba(255, 203, 0, 0);
	background-color:#F5F4EF;
	color: #153452;
  font-size: 1.2em;
  font-weight: 400;
	padding: 20px 1.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	text-decoration: none;
}
.top-nav li a:hover, .top-nav li.active-item a {
	font-size: 1.2em;
  	font-weight: 400;
	background-color:#F5F4EF;
	/* border-top: 1px solid #64b9d3; */
	color:#64b9d3;
	position: relative;
	text-decoration: none;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
#carousel .text h2, #carousel .text p {
	position: relative;
	bottom: -100%;
	opacity: 0;
}
#carousel .text h2 strong {
	font-weight: 900;
}
#carousel .text h2 {
	transition: bottom 0.30s linear 0.50s, opacity 0.30s linear 0.50s;
	-o-transition: bottom 0.30s linear 0.50s, opacity 0.30s linear 0.50s;
	-ms-transition: bottom 0.30s linear 0.50s, opacity 0.30s linear 0.50s;
	-moz-transition: bottom 0.30s linear 0.50s, opacity 0.30s linear 0.50s;
	-webkit-transition: bottom 0.30s linear 0.50s, opacity 0.30s linear 0.50s;
}
#carousel .text p {
	transition: bottom 0.30s linear 0.80s, opacity 0.30s linear 0.80s;
	-o-transition: bottom 0.30s linear 0.80s, opacity 0.30s linear 0.80s;
	-ms-transition: bottom 0.30s linear 0.80s, opacity 0.30s linear 0.80s;
	-moz-transition: bottom 0.30s linear 0.80s, opacity 0.30s linear 0.80s;
	-webkit-transition: bottom 0.30s linear 0.80s, opacity 0.30s linear 0.80s;
}
#carousel .active .text h2, #carousel .active .text p {
	bottom: 0;
	opacity: 100;
}
.owl-item img {
	position: relative;
	transform: scale(1.0, 1.0);
	transition: all 4s linear 0s;
	-o-transition: all 4s linear 0s;
	-ms-transition: all 4s linear 0s;
	-moz-transition: all 4s linear 0s;
	-webkit-transition: all 4s linear 0s;
	z-index: 0;
}
.owl-item.active img {
	transform: scale(1, 1);
	transition: all 9s linear 0s;
	-o-transition: all 9s linear 0s;
	-ms-transition: all 9s linear 0s;
	-moz-transition: all 9s linear 0s;
	-webkit-transition: all 9s linear 0s;
	z-index: 1;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: rgba(255, 203, 0, 0.8) none repeat scroll 0 0;
	color: #00283a;
	display: inline-block;
	font-size: 1.8em;
	font-weight: 300;
	margin: 1px 0;
	padding: 0 20px;
	width: auto;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 5px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
/*	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.50); GWS 08.12.2017 */
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
/*	background: #012232 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	height: 1px;
	opacity: 1;
	position: relative;
	top: -4px;  
	width: 70px; GWS 08.12.2017 */
	margin: 0 0;
	width: 0;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #ffcb00;
	border: 0 solid;
}
.iconpos{
	position: relative;
	bottom:15px!important;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 0.325em 1em 4em 1em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #fff;
	font-size: 0.85em;
}
#absatz:focus {
	background: none repeat scroll 0 0 #fff;
	padding: 1em 1em;
	text-align: left;
	clear: both;
	color:#163A5B;
	display: inline-block;
	font-size: 1.0em;
	padding-right: 0.4rem/* padding-right:0.625em */
}
#absatz h1 {
	color:#163A5B;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
}
#absatz h2 {
	color:#163A5B;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
}
#absatz h3, {
	color:#163A5B;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0.5em 0;
}
#absatz p {
	color:#163A5B;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#absatz ul {
	margin: 0>;
	padding:0;
}
#absatz ul li {
	color:#163A5B;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	list-style:none;
	padding-bottom: 10px;
}

 #absatz ul li:before {
 	color:#163A5B;
	content: "\25C9";
	     }

#absatz .margin-top, {
	margin-top: 50px;
}

.position::before{
display: block;
content: "";
height:130px;
margin-top: -130px;
visibility: hidden;
}

.position2::before{
display: block;
content: "";
height:210px;
margin-top: -210px;
visibility: hidden;
}

.position3::before{
display: block;
content: "";
height:90px;
margin-top: -90px;
visibility: hidden;
}

.last{
	padding-right:0!important;
}

.article_img {
	padding: 0.3em;
	border: 1px solid #193D4D;
	border-radius: 10px;
}
article h2 {
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color:#163A5B;
}
.media-container {
	overflow: hidden;
}
.media-container video, .media-container img {
	display: block;
	height: 100%;
	max-width: none;
	min-width: 100%;
	width: auto;
}
article p, article li {
	color: #15345;
	font-size: 1.1em;
	opacity: 0.7;
}
article ul {
	padding: 0;
}
article ul li {
	color:#15345;
	e-type: none;
	margin: 0;
	padding: 0 0 0 1.0em;
	line-height: 1.5em;
}
article ul li:before {
	/*	background: #00283a none repeat scroll 0 0;*/
	color:#163A5B;
	content: "\f006";
	display: inline-block;
	font-family: 'IBM Plex Sans';
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1.25em;
	/* margin-left: -1.625em; */
	/* margin-right: 0.625em; */
	text-align: center;
	width: 20px;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 800;
	letter-spacing: -3px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
/* Forms */
form.customform input, form.customform textarea, form.customform select {
	background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.14);
	font-size: 12px;
	padding: 0.625em;
	width: 100%;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
p.form-error {
	background-color: #DD442C;
	color: #fff;
	display: none;
	font-size: 0.8em;
	margin: -10px 0 15px 0;
	padding: 7px;
	text-align: center;
}
p.form-success {
	background-color: #9bdd42;
	color: #fff;
	display: none;
	font-size: 0.85em;
	padding: 10px;
	text-align: center;
}
.required {
	border-left: 1px solid #dd442c !important;
}

#map-block {
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
 filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
iframe {
	display: block;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	background: none repeat scroll 0 0 #012232;
	padding: 3.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 0.9em;
}
footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
	text-decoration: none;
	color: #fff;
	transition: color 0.20s linear 0s;
	-o-transition: color 0.20s linear 0s;
	-ms-transition: color 0.20s linear 0s;
	-moz-transition: color 0.20s linear 0s;
	-webkit-transition: color 0.20s linear 0s;
}
a:hover {
	text-decoration: none;
	color: #4B9BD9;
}
a.button-contact-us {
	background: #00283a none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: block;
	padding: 0.625em;
	width: 100%;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.button-contact-us:hover {
	background: #ffcb00 none repeat scroll 0 0;
	color: #00283a;
}
#clients {
	background: #fff none repeat scroll 0 0;
	padding: 6em 2em;
	text-align: center;
}
#clients h2 {
	margin: 0 0 1.25em;
}
.owl-item .client-img img {
	border-radius: 160px;
	max-width: 100%;
	width: auto;
}
.client-img {
	border: 1px solid #e0e0e0;
	border-radius: 160px;
	margin: 0 auto 1.25em;
	overflow: hidden;
	padding: 0.3125em;
	width: 160px;
}
#clients h4 {
	color: #00283a;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.profession {
	color: #e0a300;
	display: block;
	font-size: 0.85em;
	font-weight: 400;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}
#clients p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
}
#clients .owl-prev, #clients .owl-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #b8b8b8;
	border-radius: 50px;
	color: #b8b8b8;
	font-family: 'IBM Plex Sans';

	font-size: 1.2em;
	height: 40px;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
#clients .owl-prev {
	left: 0;
}
#clients .owl-next {
	right: 0;
}
#story:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#story video {
	display: block;
	opacity: 0.5;
}
#story {
	background: #005D81 none repeat scroll 0 0;
}
#story article {
	padding-top: 4em;
}
#our-team {
	background: #fff none repeat scroll 0 0;
	padding: 6em 2em;
}
.our-team-carousel {
	padding: 0 3.25em;
}
.our-team-carousel .owl-item img {
	transform: scale(1, 1);
}
#our-team .owl-prev, #our-team .owl-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #b8b8b8;
	border-radius: 50px;
	color: #b8b8b8;
	font-family: 'IBM Plex Sans';

	font-size: 1.2em;
	height: 40px;
	line-height: 32px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
}
#our-team .owl-prev {
	left: 0;
}
#our-team .owl-next {
	right: 0;
}
.our-team-centent {
	margin: 0 0.625em;
}
#our-team h4 {
	color: #00283a;
	font-size: 1em;
	font-weight: 700;
	margin: 1.25em 0 0 0;
	text-transform: uppercase;
}
#our-team p {
	color: #777;
	font-size: 0.8em;
}
#pie-charts {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	padding: 6em 2em;
	text-align: center;
}
#pie-charts h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	margin-top: 1.25em;
	text-transform: uppercase;
}
.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 150px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
}
.angular {
	margin-top: 100px;
}
#pie-charts p {
	font-size: 0.8em;
}
#socials {
	position: relative;
	z-index: 3;
}
#socials:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.instagram {
	background: #125688 none repeat scroll 0 0;
}
#socials i, #socials span {
	color: #fff;
}
.facebook {
	background: #3b5998 none repeat scroll 0 0;
}
.twitter {
	background: #2bb0e4 none repeat scroll 0 0;
}
.google {
	background: #d73d32 none repeat scroll 0 0;
}
.facebook, .twitter, .google, .instagram {
	display: block;
	padding: 1.25em 2em;
}
.facebook::after, .twitter::after, .google::after, .instagram::after {
	color: #fff;
	content: "\f006";
	float: right;
	font-family: 'IBM Plex Sans';

	position: relative;
	top: 0.6em;
}
#socials i {
	margin-right: 0.625em;
}
#socials span {
	font-size: 1.1em;
	position: relative;
	top: -0.3125em;
}

/* Media Query max 1024 */

@media screen and (max-width: 1024px) {
article ul li:before {
margin-right: 0.312em; 
}

}

/* Media Query max 768 */

@media screen and (max-width: 720px) {
body {
	padding: 0.3125em;
}
header, .fixed {
	left: 0;
	position: relative;
	right: 0;
}
.umbruch::after {
            content: "\A";
            white-space: pre;
}
.ndis {
	display: none;
}	
article ul li:before {
 margin-right: 0em; 
}
.logo_img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative!important;
  top: 5px!important;
  left: 0px!important;
}
#absatz:focus {
	background: none repeat scroll 0 0 #fff;
	padding: 1em 1em;
	text-align: left;
	clear: both;
	color:#163A5B;
	display: inline-block;
	font-size: 1.0em;
	padding-right: 0.4rem/* padding-right:0.625em */
}
#absatz h1 {
	color:#163A5B;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
}
#absatz h2 {
	color:#163A5B;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 0.6em 0;
	text-transform: uppercase;
	/* letter-spacing: 1px;*/
	line-height: 1.2em;
}
#absatz h3, {
	color:#163A5B;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0.5em 0;
}
#absatz p {
	color:#163A5B;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#absatz ul {
	margin: 0>;
	padding:0;
	list-style-position: inside;
}
#absatz ul li {
	color:#163A5B;
	font-size:16px;
	line-height: 1.3em;
	font-weight: normal;
	list-style:none;

}
 #absatz ul li:before {
 	color:#163A5B;
	content: "\25C9";
	padding: 0;
}
 #absatz ul li a {
padding:0;
margin:0;
}
#absatz .margin-top, {
	margin-top: 50px;
}
.position::before{
display: block;
content: "";
height:0px;
margin-top: -0px;
visibility: hidden;
}

.position2::before{
display: block;
content: "";
height:0px;
margin-top: -0px;
visibility: hidden;
}

.position3::before{
display: block;
content: "";
height:0px;
margin-top: -0px;
visibility: hidden;
}
p.logo, p.nav-text {
	/* margin: 0.3125em 0; */
	margin:0;
	text-align: center;
  font-size:1.3em;
}
.top-nav li a {
	background: #F5F4EF none repeat scroll 0 0;
	font-size: 1.2em;
	padding: 0.5em 0;
	text-align: center;
}
nav {
  border-bottom: none;
}
#carousel .text {
	font-size: 0.8em;
	padding-left: 1.25em;
	top: 20%;
}
.owl-controls.clickable {
	display: none!important;
}
.right {
	float: none;
}
.social.right {
	float: right;
}
#ablauf article {
	padding: 0em 2.5em 0 2.5em;
}
#pie-charts p {
	margin-bottom: 6em;
}
#pie-charts .s-12:last-child p {
	margin-bottom: 0;
}
}

/* Media Query max 480 */
@media screen and (max-width: 480px) {
.umbruch::after {
            content: "\A";
            white-space: pre;
}
.ndis {
	display: none;
}	
article ul li:before {
 margin-right: 0; 
}
#absatz:focus {
	background: none repeat scroll 0 0 #fff;
	padding: 1em 1em;
	text-align: left;
	clear: both;
	color:#163A5B;
	display: inline-block;
	font-size: 1.0em;
	padding-right: 0.4rem/* padding-right:0.625em */
}
#absatz h1 {
	color:#163A5B;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 1.0em 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
}
#absatz h2 {
	color:#163A5B;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 0.6em 0;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	line-height: 1.2em;
}
#absatz h3, {
	color:#163A5B;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0.5em 0;
}
#absatz p {
	color:#163A5B;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
#absatz ul {
	margin: 0>;
	padding-left:0;
	list-style-position: inside;
}
#absatz ul li {
	color:#163A5B;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	list-style:none;
}
 #absatz ul li:before {
 	color:#163A5B;
 	content: "\25C9";
}
 #absatz ul li a {
	padding:0;
	margin:0;
}

#absatz .margin-top, {
	margin-top: 50px;
}
.position::before{
display: block;
content: "";
height:200px;
margin-top: -200px;
visibility: hidden;
}

.position2::before{
display: block;
content: "";
height:210px;
margin-top: -210px;
visibility: hidden;
}

.position3::before{
display: block;
content: "";
height:90px;
margin-top: -90px;
visibility: hidden;
}
p.logo, p.nav-text {
	margin: 0;
	text-align: center;
  font-size:1.1em;

}
.logo_img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative!important;
  top: 5px!important;
  left: 0px!important;
}
#topbar {
	line-height: 1.625em;
	text-align: center;
}
nav {
  border-bottom: none;
}
.social.right {
	float: none;
}
#socials span {
	font-size: 0.9em;
}
}
