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

/* #########################################
** 					GENERAL
** ######################################### */
body {
	font-kerning: none;
	font-family: 'Abel', 'Arial Narrow', sans-serif;
	font-size: 16px;
	color: #838383;
	font-weight: 400;
	padding-top: 74px;

	background: #f2f2f2; 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #f0f0f0 100%) fixed;
	background: 	-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f0f0f0)) fixed;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%) fixed; 
	background: -o-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%) fixed; 
	background: -ms-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%) fixed; 
	background: linear-gradient(to bottom, #FFFFFF 0%,#f0f0f0 100%) fixed; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f0f0f0',GradientType=0 );
}

.text-skred { color: #cd1719; }
a.text-skred:hover, a.text-skred:hover { color: #A21213; }
.text-skgrey { color: #838383; }
a.text-skgrey:hover, a.text-skgrey:hover { color: #626262; }
.bg-skred { background-color: #cd1719; color: #FFFFFF; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
	text-transform: uppercase;
	color: #cd1719;
}
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 16px; }
h1, .h1,
h2, .h2,
h3, .h3 { 
	padding: 0 10px 5px;
	display: inline-block;
	border-bottom: 1px solid #cd1719;
}
.content h1, .content .h1,
.content h2, .content .h2 {
	margin: 40px auto 40px;
}
.no-underline {
	border-bottom: none;
	padding: 0;
}
.italic { font-style:italic; }

p {
	margin: 20px 0;
}
strong { font-weight: 400; text-transform: uppercase; }

a { text-decoration: none; color: #cd1719; }
a:hover, a:focus, a:active { text-decoration: none; color: #A21213; }


.bottom-40 { padding-bottom:40px; }

.content ul {
	margin: 0;
	padding: 0;
}
.content ul li {
	list-style: none;
	margin: 2px 0;
	padding-left: 20px;
	text-transform: uppercase;
}
.content ul li:before {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #cd1719;
	border-radius: 50%;
	margin-left: -20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
	h1, .h1 { font-size: 35px; }
	h2, .h2 { font-size: 25px; }
	h3, .h3 { font-size: 20px; }
	.content h1, .content .h1,
	.content h2, .content .h2 {
		margin: 60px auto 40px;
	}
}
@media (min-width: 992px) {
	body {
		font-size: 20px;
		padding-top: 111px;
	}
	.container {
		width: 850px;
	}
	h1, .h1 { font-size: 40px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 25px; }
	.content h1, .content .h1,
	.content h2, .content .h2 {
		margin: 90px auto 50px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 111px;
	}
	.container {
		width: 1000px;
	}
}



/* #########################################
** 				 Formulare
** ######################################### */
.form-control {
	border-radius: 0;
	border: 1px solid #EAEAEA;
}
.btn {
	border-radius: 0;
	background: transparent;
	transition: background 0.15s linear;
}
.btn.btn-sk {
	border: 2px solid #cd1719;
	color: #cd1719;
	font-size: 16px;
}
.btn.btn-sk:hover {
	background: #FFFFFF; 
}
@media (min-width: 768px) {
	.btn.btn-sk {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.btn.btn-sk {
		font-size: 20px;
	}
}


/* #########################################
** 				 Navigation
** ######################################### */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100000px;
}
.navbar-toggle {
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar-toggle .icon-bar {
	background: #FFFFFF;
	width: 20px;
	height: 3px;
}
.btn-mobile {
	width: 49.7%;
	font-size: 25px;
	line-height: 2em;
}
.btn-mobile:hover,
.btn-mobile:focus {
	background: #A21213;
	color: #FFFFFF;
}
nav.navbar {
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
			box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.navbar .navbar-nav.mainNav > li > a {
	color: #cd1719;
}
.navbar .navbar-nav.kontaktNav > li > a {
	color: inherit;
}
.navbar .navbar-nav > li > a {
	background: transparent;
}
.navbar .navbar-nav.mainNav > li > a:hover,
.navbar .navbar-nav.mainNav > li > a:active,
.navbar .navbar-nav.mainNav > li > a:focus,
.navbar .navbar-nav.mainNav > li.active > a {
	background: transparent;
	border-bottom: 1px solid;
}
.navbar .navbar-nav.kontaktNav > li > a > .icon {
	color: #cd1719;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu:before {
	content: '';
	position: relative;
	border: 20px solid;
	border-color: #FFFFFF  transparent  transparent  transparent;
	top: 10px;
	left: 50%;
	margin-left: -20px;
	margin-bottom: -20px;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu {
	background-color: rgba(205, 23, 25, 0.95);
	border-radius: 0;
	margin-top: 0px;
	left: 50%;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu > li {
	position: relative;
	z-index: 1000;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu > li > a {
	color: #FFFFFF;
	margin: 0 5px;
	padding: 10px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 16px;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.navbar .navbar-nav.mainNav ul.dropdown-menu > li > a:hover,
.navbar .navbar-nav.mainNav ul.dropdown-menu > li > a:focus,
.navbar .navbar-nav.mainNav ul.dropdown-menu > li.active > a {
	background-color: rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
	
	.navbar-collapse {
		border-top: 1px solid #F2F2F2;
	}
	.navbar-brand {
		height: 100%;
		padding: 10px 15px;
	}
	.navbar-brand img {
		height: 53px;
	}
	.navbar .navbar-nav.mainNav > li > a,
	.navbar .navbar-nav.mainNav ul.dropdown-menu > li > a {
		text-align: center;
		border-bottom: 1px solid rgba(0,0,0,0.07);
	}
	.navbar .navbar-nav.mainNav > li.active > a {
		background-color: #EEEEEE;
	}
	.navbar .navbar-nav.mainNav ul.dropdown-menu > li > a {
		margin: 0;
		padding: 5px 15px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-toggle {
		display: block;
		position: absolute;
		right: 0;
	}
	.navbar-brand {
		height: 100%;
		padding: 10px 15px;
	}
	.navbar-brand img {
		height: 53px;
	}
	.navbar-nav.kontaktNav > li > a {
		padding: 26px 15px;
	}
	.navbar .navbar-nav.kontaktNav > li > a:hover {
		background: #EEEEEE;
	}
	.navbar-nav.mainNav > li > a {
		padding-top: 10px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar .navbar-nav.mainNav ul.dropdown-menu {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.navbar-collapse {
		margin-top: 75px;
		float: none;
		border-top: 1px solid #F2F2F2;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-right {
		float: none !important;
	}
}
@media (min-width: 993px) {
	.navbar.navbar-fixed-top > .container-fluid {
		width: 90%;
	}
	.navbar .navbar-nav.mainNav ul.dropdown-menu {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.navbar .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}
	.navbar .navbar-nav.kontaktNav > li > a:hover {
		background: #EEEEEE;
	}
}
@media (min-width: 993px) and (max-width: 1499px) {
	.navbar .navbar-nav.kontaktNav {
		float: right;
		margin-right: -15px;
		font-size: 0.8em;
	}
	.navbar .navbar-nav.kontaktNav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	.navbar .navbar-nav.mainNav {
		clear: both;
	}
	.navbar .navbar-nav > li > a {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media (min-width: 1500px) {
	.navbar .navbar-nav.kontaktNav {
		margin: 0 25px;
	}
	.navbar .navbar-nav > li > a {
		margin-top: 37px;
		margin-bottom: 42px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}



/* #########################################
** 				 	Slider
** ######################################### */
.slider {
	position: relative;
	height: 100%;
}
.slider #slidertop {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider img {
	width: 100%;
	position: relative;
}
.slider strong {
	position: absolute;
	line-height: 1em;
	z-index: 10;
	border-bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
					transform: translateX(-50%) translateY(-50%);
}
.slider strong.top {
	top: 15%;
}
.slider strong.middle {
	margin-top: -10px;
	top: 50%;
}
.slider strong.bottom {
	bottom: 15%;
	margin-bottom: 35px;
}


/* #########################################
** 				 	CONTENT
** ######################################### */
.embed-responsive  {
	margin-top: 50px;
}
.boxHead {
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
			box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	height: 230px;
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
.boxHead a,
.boxHead a:active,
.boxHead .wbtitle {
	display: block;
	height: 200px;
	width: 100%;
	padding: 30px 0;
	margin: 15px 0;
	text-decoration: none;
	background-color: transparent; 
	transition: background-color 0.2s linear;
}
.boxHead a:hover,
.boxHead a:focus {
	color: #cd1719;
	background-color: #f2f2f2; 
}
.boxHead .wbtitle {
	padding: 15px 0;
	margin: 15px 0;
}
.boxHead .h3 {
	margin: 20px 0 0 0;
	transition: font-size 0.1s linear;
	padding: 0;
	border: 0;
}
.boxHead a:hover .h3,
.boxHead a:focus .h3 {
	font-size: 27px; 
}
.boxHead .iconOutline {
	font-size: 40px;
	width: 97px;
	height: 97px;
	border-width: 5px;
}

.teaserBox {
	margin-bottom: 20px;
	z-index: 1;
}

.teamBox .teamimg img {
	width: 100%;
	height: auto !important;
}
.teamBox .btn.btn-sk {
	background: #FFFFFF;
	width: 70%;
	padding: 10px;
	line-height: 1em;
}
.teamBox .btn.btn-sk .text-skgrey {
	font-size: 0.8em;
}
.teamBox .btn.btn-sk:hover {
	cursor: default;
}
@media (min-width: 992px) {
	.teaserBox {
		margin-bottom: 55px;
	}
	.teaserBox.last:last-child,
	.teamBox.last:last-child,
	.padding-0.last:last-child {
		margin-left: auto;
		margin-right: auto;
		float: none;
		z-index: 0;
	}
	.teaserBox.margleft:nth-last-child(2),
	.teamBox.margleft:nth-last-child(2),
	.padding-0.margleft:nth-last-child(2) {
		margin-left:16.66666667%
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.teaserBox.margleft + .teaserBox.margleft + .teaserBox.margleft:last-child,
	.teamBox + .teamBox + .teamBox:last-child,
	.padding-0 + .padding-0 + .padding-0:last-child {
		margin-left: auto;
		margin-right: auto;
		float: none;
		z-index: 0;
	}
	.boxHead {
		height: 195px;
	}
	.boxHead a,
	.boxHead a:active,
	.boxHead .wbtitle {
		height: 165px;
		padding: 15px 0;
	}
	.boxHead .wbtitle {
		padding: 2px 0;
	}
	.boxHead a:hover .h3,
	.boxHead a:focus .h3 {
		font-size: 22px;
	}
}
.teaserBox a,
.teaserBox a:active {
	text-decoration: none;
}
.teaserBox .teaserInner {
	background-color: transparent;
	color: #838383;
	border: 3px solid #bbbbbb;
	padding: 0px 0 15px 85px;
	margin-top: 0;
	transition: background-color 0.2s linear;
}
.teaserBox .teaserInner p {
	margin: 10px 0 0;
}
.teaserBox a:hover .teaserInner,
.teaserBox a:active .teaserInner {
	background-color: #FFFFFF;
}
.teaserBox .teaserInner h3 {
	margin-bottom: 0;
}
.teaserBox .iconOutline {
	background: #F2f2F2;
	position: relative;
	z-index: 1;
}

.iconOutline {
	display: block;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	border: 4px solid #cd1719;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	font-size: 30px; 
	overflow: hidden;
	background-color: #FFFFF;
	transition: background-color 0.2s linear;
}
.iconOutline .icon {
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
	left: 50%;
	transition: color 0.15s linear;
}
a:hover .iconOutline,
a:focus .iconOutline {
	color: #FFFFFF;
	background-color: #cd1719;
}

.subline {
	display: block;
	margin-top: -30px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.teaserBox {
		text-align: left;
		margin-bottom: 0;
	}
	.teaserBox .iconOutline {
		margin: 15px 0 0 0;
		position: absolute;
		text-align: center;
	}
	.teaserBox .teaserInner {
		border-left: transparent;
		border-right: transparent;
		border-bottom: transparent;
	}
	.teaserBox.last:last-child .teaserInner {
		border-bottom: 3px solid #bbbbbb;
	}
	.teaserBox .teaserInner h3 {
		margin-top: 15px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.teamBox {
		margin-bottom: 30px;
	}
	.teamBox .btn.btn-sk {
		width: 100%;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.subline {
		margin-top: -40px;
		margin-bottom: 40px;
	}
	.iconOutline {
		border: 5px solid #cd1719;
		width: 90px;
		height: 90px;
		font-size: 45px; 
	}
	.teaserBox .teaserInner {
		margin-top: -45px;
		padding-top: 52px;
		padding: 60px 30px 10px;
	}
	.teaserBox.noicon .teaserInner {
		margin-top: 0;
		padding: 10px 30px;
		position: relative;
		display: block;
		overflow: hidden;
	}
	.teaserBox .teaserInner p {
		margin: 20px 0;
	}
	.teamBox .btn.btn-sk {
		-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
						transform: translateY(-50%);
		width: 70%;
	}
}

@media (min-width: 992px) {
	.boxHead {
		height: 230px;
	}
	.iconOutline {
		border: 7px solid #cd1719;
		width: 107px;
		height: 107px;
		font-size: 55px; 
	}
	.boxHead a,
	.boxHead a:active {
		height: 200px;
	}
}

@media (min-width: 1200px) {
	
}



/* #########################################
** 				Referenzen Home
** ######################################### */
section.referenzen {
	margin-top: 60px;
}
.referenzen .refFilter {
	background: #FFFFFF;
	border-top: 1px solid rgba(0,0,0,0.04);	
	position: relative;
	z-index: 1;
}
.referenzen .refFilter ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.referenzen .refFilter ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}
.referenzen .refFilter ul > li > a {
	display: inline-block;
	padding: 5px 10px;
}

.referenzen .refContent .padding-0 {
	padding: 0;
}
.referenzen .refContent .refItem {
	margin: 0;
	border: 1px solid rgba(0,0,0,0.05);
}
section.referenzen .refContent .refItem {
	margin: 0 0 60px;
}
.referenzen .refContent .padding-0 .margin-15 {
	margin: 0 15px;
	position: relative;
}
.referenzen .refContent .refItem:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 22px;
	background:url(/cms/img/shadow-bottom.png) top center no-repeat;
	background-size: contain;
}
.referenzen .refContent .refItem > a{
	display: block;
}
.referenzen .refContent .refItem .refText {
	background: #FFFFFF;
	padding: 10px 30px 0;
}
.referenzen .refContent .refItem .refImg img {
	width: 100%;
	height: auto !important;
}
.referenzen .refContent .refItem .refText p {
	margin: 5px 0;
}
.referenzen .refContent .refItem .refText .btn.btn-sk {
	margin-bottom: -30px;
	z-index: 1;
	position: relative;
}
.referenzen .btn.btn-sk {
	background: #FFFFFF;
}
.referenzen .btn.btn-sk:hover {
	background: rgba(255,255,255,0.5);
}

/* Vorher / Nachher Slider */
.cd-image-container {
	margin-top: 40px;
	margin-bottom: 40px;
}
.cd-image-container img {
	min-width: 100%;
}
.cd-image-container .cd-handle {
	background-color: #cd1719;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 
							0 0 8px rgba(255, 255, 255, 0.6), 
							inset 0 0 0 transparent;
}
.cd-image-container .cd-handle.draggable {
	background-color: #A21213;
}

@media (max-width: 768px) {
	section.referenzen {
		margin-top: 0px;
		background: #FFFFFF;
	}
	.referenzen .refContent .refItem .refImg {
		height: 200px;
		overflow: hidden;
	}
	.referenzen .refContent .refItem .refImg img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	section.referenzen .refContent .refItem .refText {
		background: #F2F2F2;
	}
}
@media (min-width: 768px) {
	section.referenzen .refContent {
		background: url(/cms/img/referenzen-bg.jpg) no-repeat center;
		background-size: cover;
	}
	section.referenzen .refContent .refItem {
		margin: 0 0 60px;
	}
}


/* #########################################
** 					Kontakt
** ######################################### */
#map {
	height: 700px;
}

.kontakt {
	padding-bottom: 90px;
}
.kontakt.white {
	background: #FFFFFF;
	margin-top: 70px;
}
.kontakt h3,
.kontakt .h3 {
	margin-bottom: 40px;
}
.kontakt strong,
.kontakt .strong {
	display: inline-block;
	margin-top: 14px;
}
.form-control {
	font-size: 18px;
}

.text-left h2,
.text-left h3 {
	padding-left: 0px;
}
.text-right h2,
.text-right h3 {
	padding-right: 0px;
}

@media (max-width: 767px) {
	.kontakt {
		padding-bottom: 40px;
	}
	.form-control {
		font-size: 16px;
	}
	#map {
		height: 250px;
		width: 100%;
	}
}
@media (max-width: 992px) {
	.kontakt {
		text-align: center;
	}
	.kontakt h3 {
		margin-bottom: 20px;
	}
	.kontakt .col-md-6 + .col-md-6 h3 {
		margin-top: 40px;
	}
	.kontakt .text-left,
	.kontakt .text-right {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.kontakt strong,
	.kontakt .strong {
		margin-top: 20px;
	}
	.kontakt .col-sm-6:nth-child(even) {
		text-align: right;
	}
	.kontakt .col-sm-6:nth-child(odd) {
		text-align: left;
	}
	.kontakt .col-sm-6:first-child {
		text-align: right;
	}
	.kontakt .col-sm-6:last-child {
		text-align: left;
	}
}	



/* #########################################
** 					Partner
** ######################################### */
.partner {
	background: #FFFFFF;
	padding-bottom: 90px;
}
.partner a {
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	height: 180px;
	transition: background-color 0.2s linear;
}
.partner a:hover,
.partner a:focus {
	background-color: #cd1719;
	/*background-color: rgba(0,0,0,0.5);*/
}
.partner a .glyphicon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
	opacity: 0;
	font-size: 1px;
	transition: opacity 0.2s linear, font-size 0.2s linear;
}
.partner a:hover .glyphicon,
.partner a:focus .glyphicon {
	opacity: 1;
	font-size: 50px;
}
.partner .owl-carousel .owl-item a img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	width: auto;
	max-width: 100%;
	height: auto;
	display: inline;
	transition: opacity 0.2s linear;
}
.partner a:hover img,
.partner a:focus img {
	opacity: 0.25;
}
@media (max-width: 767px) {
	.partner {
		padding-bottom: 40px;
	}
	.partner a {
		height: 120px;
	}
}


/* #########################################
** 					Stellenanzeigen
** ######################################### */
.jobs{
	margin-top: 50px;
}
.jobs .panel{
	border: 3px solid #bbbbbb;
	border-radius: 0px;
}
.jobs .panel-heading{
	padding: 10px 10px;
}
.jobs .panel-default{
	border-color: #bbbbbb;
}
.jobs .panel-title {
	color: #cd1719;
	font-size: 25px;
}
.jobs h3 {
	border: 0px;
	padding: 0 10px 0;
}
.jobs .panel-body{
	background-color: #f5f5f5;
	text-align: justify;
}
.jobs .panel-body li{
	text-transform: none;
}

/* #########################################
** 					Footer
** ######################################### */
footer {
	background-color: #cd1719;
	-webkit-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,0.07);
			box-shadow: inset 0 10px 10px 0 rgba(0,0,0,0.07);
	color: #FFFFFF;
	font-size: 18px;
}
footer .to-top {
	background: #FFFFFF;
	margin-top: -1px;
	display: inline-block;
	padding: 5px 20px 0px;
	font-size: 36px;
	-webkit-box-shadow: inset 0 7px 7px 0 rgba(0,0,0,0.1);
			box-shadow: inset 0 7px 7px 0 rgba(0,0,0,0.1);
}
footer ul {
	margin: 40px 0;
	padding: 0;
	text-align: center;
}
footer ul li {
	margin: 0 2px;
	display: inline-block;
}
footer ul li a {
	color: #FFFFFF;
	padding: 10px 15px;
	display: inline-block;
}
footer ul li a:hover,
footer ul li a:focus {
	color: #FFFFFF;
	background: rgba(0,0,0,0.05);
}
footer .copyright {
	margin: 0 0 40px;
}

@media (max-width: 767px) {
	footer ul li,
	footer ul li a {
		display: block;
	}
	footer ul li a {
		padding: 5px 15px;
	}
}