@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
	font-family: 'glyph';
	src:url('glyph/glyph.eot?d1eayo');
	src:url('glyph/glyph.eot?d1eayo#iefix') format('embedded-opentype'),
		url('glyph/glyph.ttf?d1eayo') format('truetype'),
		url('glyph/glyph.woff?d1eayo') format('woff'),
		url('glyph/glyph.svg?d1eayo#glyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="glyph-"], [class*=" glyph-"] {
	font-family: 'glyph';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyph-favorite:before {
    content: "\e900";
}
.glyph-link:before {
    content: "\6c";
}
.glyph-share-diaspora:before {
    content: "\2a";
}
.glyph-share-facebook:before {
    content: "\46";
}
.glyph-share-gplus:before {
    content: "\47";
}
.glyph-share-reddit:before {
    content: "\52";
}
.glyph-share-twitter:before {
    content: "\54";
}
.glyph-share-ycombinator:before {
    content: "\59";
}
.glyph-view-catalog:before {
    content: "\e908";
}
.glyph-view-categories:before {
    content: "\e909";
}
.glyph-view-fullscreen:before {
    content: "\e90a";
}
.glyph-view-list-details:before {
    content: "\e90b";
}
.glyph-view-list-icons:before {
    content: "\e90c";
}
.glyph-view-list-text:before {
    content: "\e90d";
}
.glyph-view-list-tree:before {
    content: "\e90e";
}
.glyph-view-media-playlist:before {
    content: "\e90f";
}
.glyph-window-new:before {
    content: "\57";
}
.glyph-video:before {
    content: "\56";
}
.glyph-cancel:before {
    content: "\5c";
}
.glyph-check:before {
    content: "\63";
}
.glyph-close:before {
    content: "\58";
}
.glyph-logo-kde:before {
    content: "\4b";
}
.glyph-logo-plasma:before {
    content: "\50";
}
.glyph-logo-plasmamobile:before {
    content: "\4d";
}
.glyph-clear:before {
    content: "\78";
}
.glyph-go-down:before {
    content: "\76";
}
.glyph-go-home:before {
    content: "\48";
}
.glyph-go-next:before {
    content: "\3e";
}
.glyph-go-previous:before {
    content: "\3c";
}
.glyph-go-up:before {
    content: "\5e";
}
.glyph-hamburger:before {
    content: "\3d";
}
.glyph-info:before {
    content: "\49";
}
.glyph-new-window:before {
    content: "\77";
}
.glyph-search:before {
    content: "\51";
}
.glyph-settings:before {
    content: "\53";
}
.glyph-share:before {
    content: "\73";
}
.glyph-share-telegram:before {
  content: "\2197";
}

html {
	padding-top: 50px !important;
}


#KGlobalHeader {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	color: #31363b;

	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;

	z-index: 1000;
	border-bottom: solid 3px rgba(0,0,0,0);
	background-clip: padding-box;
}

#KGlobalHeader.sticky {
	border-bottom: solid 3px rgba(0,0,0,.1);
}

#KGlobalHeader:before {
	content: "";
	background-color: #FCFCFC;
	height: 50px;
	top: 0px;
	width: 100%;
	position: absolute;
	z-index: 0;
}

#KGlobalHeader a {
	outline: none;
}

#KGlobalNavigation {
	position: relative;
	padding: 0px 20px;
	margin: 0px auto;
	width: 100%;
	height: 50px;
	max-width: 1040px;
	box-sizing: border-box;
}


#KGlobalLogo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 80px;
	height: 40px;

	text-indent: -999px;

	margin: 0px;
	padding: 0px;
}



#KGlobalLogo a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 42px;

	content: "K";

	color: #4d4d4d;
	font-family: "glyph";
	font-size: 32px;
	font-weight: normal;
	text-indent: 0px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	text-decoration: none !important;
}


#KGlobalStaticNavigation {
	position: absolute;
	top: 0px;
	left: 78px;

	margin: 0px;
	padding: 0px;

	white-space: nowrap;
}

#KGlobalStaticNavigation li {
	vertical-align: top;
	background-clip: content-box;
	transition: all .5s;
	height: 50px;
}

#KGlobalStaticNavigation li:hover {
	background-color: #eff0f1;
}


#KGlobalStaticNavigation  li.hasMenu:after {
	font-family: "glyph";
	font-weight: 400;
	content: "v";
	margin-left: 10px;
	position: relative;
	display: inline-block;
	top: .1ex;
	transition: all .2s;
	color: #bdc3c7;
	text-decoration: none !important;
}

#KGlobalStaticNavigation > li:hover:before {
	background-color: #1d99f3;
	transition: all .4s;
	left: 0px;
	right: 0px;
}

#KGlobalStaticNavigation >  li.hasMenu:hover:after {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
}

#KGlobalStaticNavigation > li {
	padding-bottom: 0px;
	transition: all .2s, padding-bottom 0s .4s;
}

#KGlobalStaticNavigation > li:hover {
	padding-bottom: 10px;
	transition: all .2s, padding-bottom 0s;
	z-index: 2;
}

#KGlobalStaticNavigation > li:hover .popout {
  visibility: visible;
	opacity: 1;
	top: 100%;
	transition: visibility 0s 0s, opacity .4s, top .4s;
}

#KGlobalStaticNavigation li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0px;
	width: 150px;
	text-align: center;
	line-height: 50px;
	color: #31363B;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

#KGlobalStaticNavigation a {
	text-decoration: none;
	color: #4d4d4d;
}

#KGlobalStaticNavigation li:hover a {
	text-decoration: none;
	color: #31363b;
}

#KGlobalStaticNavigation li section {
	position: absolute;
	top: 50px;
	width: 400px;
	opacity: 0;
	visibility: hidden;
	cursor: auto;
	transition: opacity .5s, visibility .5s 0s;
	background-color: #fcfcfc;
	text-align: left;
	line-height: 150%;
	background-clip: padding-box;
	white-space: normal;

	max-height: 700px;
	overflow-y: auto;

	border-style: solid;
	border-width: 0px 40px 40px 40px;
	border-image-slice: 40;
	border-image-repeat: repeat;
	border-image-source: url("data:image/svg+xml;utf8,<svg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><linearGradient id='a'><stop offset='0'/><stop stop-opacity='0' offset='1'/></linearGradient><radialGradient id='b' xlink:href='%23a' cx='0' cy='0' r='1'/><g id='c' opacity='.12'><rect height='40' width='40' x='20' y='-20' fill='url(%23a)'/><rect height='40' width='40' x='20' y='20' fill='url(%23b)'/></g></defs><g transform='translate(60,60)'><use xlink:href='%23c'/><use xlink:href='%23c' transform='rotate(90)'/><use xlink:href='%23c' transform='rotate(180)'/><use xlink:href='%23c' transform='rotate(270)'/></g></svg>");
	margin: 0px -40px 0px;
}

#KGlobalStaticNavigation li:nth-child(n+2) section {
	margin-left: -165px;
}

#KGlobalStaticNavigation li:nth-child(n+5) section {
	right: 0px;
}


#KGlobalStaticNavigation li:hover section {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s;
}

#KGlobalStaticNavigation li section > nav,
#KGlobalStaticNavigation li section > .imported > nav{
	background-color: #eff0f1;
}

#KGlobalStaticNavigation li section > nav a,
#KGlobalStaticNavigation li section > .imported > nav a {
	display: block;
	padding: 10px 20px;
}

#KGlobalStaticNavigation li section > nav a:hover,
#KGlobalStaticNavigation li section > .imported > nav a:hover {
	background-color: #1d99f3;
	color: #fcfcfc;
}


#KGlobalStaticNavigation li section > nav.imported {
	background-color: #fcfcfc;
}


#KGlobalStaticNavigation li section > * + *,
#KGlobalStaticNavigation li section .imported > * + *
{
	border-top: solid 1px #bdc3c7 !important;
}


#KGlobalDynamicNavigation {
	position: absolute;
	top: 0px;
	right: 20px;

	margin: 0px;
	padding: 0px;

	white-space: nowrap;
}


.KDevSiteStyle #KGlobalHeader,
.KProSiteStyle #KGlobalHeader {
	color: #fcfcfc;
}

.KDevSiteStyle #KGlobalHeader:before {
	background-color: #2980b9;
}
.KProSiteStyle #KGlobalHeader:before {
	background-color: #192629;
}

.KProSiteStyle #KGlobalLogo a:before {
	color: #bdc3c7;
}

.KDevSiteStyle #KGlobalLogo a:before {
	color: #fcfcfc;
}

.KDevSiteStyle #KGlobalStaticNavigation a,
.KProSiteStyle #KGlobalStaticNavigation a {
	color: #fcfcfc;
}

.KProSiteStyle #KGlobalStaticNavigation li:after {
	color: #4d4d4d
}


.KLayout .overlay,
.KLayout.overlay {
	/* the -1 compensates for a KLayout hack which adds 1px padding to the top
	 * for margin purposes on non-overlay pages */
	margin-top: -1px !important;
}

/*
@media (max-width: 900px) {
	#KGlobalLogo {
		z-index: 2;
	}


	#KGlobalStaticNavigation li {
		display: none;
	}

	#KGlobalStaticNavigation {
		left: 0px;
		right: 0px;
		background-color: #EEE;
	}

	#KGlobalStaticNavigation:hover li {
		display: block;
	}

	#KGlobalStaticNavigation:after {
		content: "v";
		font-family: "glyph";
		display: block;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		display: inline-block;
		text-decoration: none !important;
	}

	#KGlobalStaticNavigation:hover:after,
	#KGlobalStaticNavigation.active:after {
		content: "^";
	}
}
*/

#KGlobalStaticNavigation section .KDisplayPane a {
	color: #2980b9;
}

#KGlobalStaticNavigation h2 {
	text-align: center;
	padding: 20px 20px 0px;
	margin: 0px;
	font-weight: normal;
}

#KGlobalStaticNavigation .KProductPane nav {
	border-right: solid 1px rgba(0,0,0,.05);
	background-color: transparent;
	min-height: 180px;
}

#KGlobalStaticNavigation .KProductPane nav a {
	line-height: 120%;
	display: block;
	font-size: 14px;
}


#KGlobalStaticNavigation .KProductsPreview {
	display: block;
	padding: 20px 220px 20px 0px;
	background-image: url(//neon.kde.org/cdn/media/plasma-allinone.png);
	background-size: 200px 180px;
	background-repeat: no-repeat;
	background-position:  right center;

}

#KGlobalStaticNavigation .KCommunityPane h2 {
	background-image: url(//neon.kde.org/cdn/media/community-konqis.png);
	padding-bottom: 140px;
	background-size: 400px 140px;
	background-repeat: no-repeat;
	background-position:  center bottom;
}

#KGlobalStaticNavigation .KDeveloperPane {
	color: #fafafa;
	background-image: url(//neon.kde.org/cdn/media/develop-app.png);
	padding: 20px 140px 20px 0px;
	background-size: 400px 200px;
	background-repeat: no-repeat;
	background-position:  center bottom;
	min-height: 200px;
	box-sizing: border-box;
}

#KGlobalStaticNavigation .KDeveloperPane h2 {
	text-align: left;
	padding: 0px 0px 0px 20px;
}

#KGlobalStaticNavigation .KDeveloperPane small {
	display: block;
	padding: 10px 40px 10px 20px;
	font-size: 14px;
	line-height: 140%;
}

#KGlobalStaticNavigation .KDeveloperPane a {
	color: #3daefd !important;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
}

#KGlobalStaticNavigation .KDeveloperPane a:hover {
	color: #fafafa !important;
}




#KGlobalStaticNavigation .KDonatePane {
	background-image: url(//neon.kde.org/cdn/media/donate-join.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#KGlobalStaticNavigation .KDonatePane h2 {
	color: #fafafa;
}

#KGlobalStaticNavigation .KDonatePane h4 {
	color: #fafafa;
	font-size: 14px;
	margin: 2px 20px 70px 20px;
	text-align: center;
	font-weight: normal;
}

html {
	padding-top: 50px !important;
}

.animate #KSiteNavigation,
.animate #KSiteNavigation h1,
.animate #KSiteNavigation h1 img {
	transition: all .4s, text-shadow .2s;
}

#KSiteNavigation {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #31363b;

	background: #eff0f1;
	padding: 10px 20px;
	line-height: auto;
	background-clip: padding-box !important;
	border-bottom: solid 0px rgba(0,0,0,.1);
}

#KSiteNavigation.overlay,
.KStandardSiteStyle #KSiteNavigation.overlay {
	color: #fafafa;
	background: rgba(252,252,252,0);
	text-shadow: 0px 0px 10px rgba(0,0,0,.6);
}

.KProSiteStyle #KSiteNavigation.overlay {
	background-color: #31363b;
}

.KDevSiteStyle #KSiteNavigation.overlay {
	color: #fafafa ;
}

.KProSiteStyle #KSiteNavigation.overlay {
	color: #fafafa;
	background-color: rgba(25,38,41,.85);
	background: linear-gradient(#192629, rgba(25,38,41,.5));
}

.sticky #KSiteNavigation {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: solid 3px rgba(0,0,0,.1);
}

.sticky #KSiteNavigation,
.sticky #KSiteNavigation.overlay,
.KStandardSiteStyle .sticky #KSiteNavigation.overlay {
	color: #31363b;
	background-color: rgba(252,252,252,1);
	padding: 2px 20px;
	text-shadow: 0px 0px 15px rgba(0,0,0,0);
}

.KProSiteStyle .sticky #KSiteNavigation,
.KProSiteStyle .sticky #KSiteNavigation.overlay {
	color: #fafafa;
	background-color: #192629;
}

.KDevSiteStyle .sticky #KSiteNavigation,
.KDevSiteStyle .sticky #KSiteNavigation.overlay {
	color: #fafafa;
	background-color: #3498db;
}

#KSiteNavigation div {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
	min-height: 30px;
}

#KSiteNavigation h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 50px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.sticky #KSiteNavigation h1 {
	font-size: 16px;
	line-height: 28px;
}

#KSiteNavigation h1 img {
	vertical-align: top;
	margin-right: 30px;
	margin-left: -4px;
	width: 48px;
	height: 48px;
}

.sticky #KSiteNavigation h1 img {
	margin-right: 10px;
	margin-left: -4px;
	width: 24px;
	height: 24px;
	padding: 3px 0px;
}


#KSiteNavigation div nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#KSiteNavigation nav a + * {
	margin-left: 10px;
}

#KSiteNavigation.overlay h1 a {
	color: #fafafa;
	text-decoration: none;
}

#KSiteNavigation h1 a,
.sticky #KSiteNavigation h1 a {
	color: #31363b;
	text-decoration: none;
}

#KSiteNavigation nav a,
.KStandardSiteStyle #KSiteNavigation nav a {
	display: inline-block;
	color: #31363b;
	text-decoration: none;
	padding: 0px 10px;
	border-radius: 2px;
	transition: background-color .2s, color .2s;
	line-height: 30px;
}

#KSiteNavigation nav a:hover,
.KStandardSiteStyle #KSiteNavigation nav a:hover {
	color: #fafafa;
	background-color: #1d99f3;
	text-shadow: none;
}

#KSiteNavigation nav a.button {
	display: inline-block;
	color: #fafafa !important;
	background: #27AE60;
	text-shadow: none;
}

#KSiteNavigation nav a.button:hover {
	background: #2ecc71;
}

#KSiteNavigation.overlay nav a,
.KStandardSiteStyle #KSiteNavigation.overlay nav a {
	color: #fafafa;
}

#KSiteNavigation.overlay nav a:hover,
.KStandardSiteStyle #KSiteNavigation.overlay nav a:hover {
	color: #fafafa;
}


.sticky #KSiteNavigation.overlay nav a,
.sticky .KStandardSiteStyle #KSiteNavigation.overlay nav a {
	color: #31363b;
}

#KGlobalFooter {
	background-color: #eff0f1;
	color: #7f8c8d;
	padding-top: 20px;
}


#KGlobalFooter a {
	text-decoration: none;
	color: #2980b9;
}


#KGlobalFooter section {
	width: 100%;
	max-width: 1040px;
	margin: 0px auto;
	padding: 0 20px;
	box-sizing: border-box;
}


#KGlobalFooter #KSiteDonateForm {
	background-color: #abf9c7;
	border: solid 1px #7ceca4;
	border-radius: 2px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#KSiteDonateForm h3 {
	font-size: 14px;
	color: #377d50;
	padding: 0px 0px 10px;
	margin: 0px;
}

#KSiteDonateForm h3 a {
	color: auto;
	font-weight: normal;
	margin-left: 20px;
}
#KSiteDonateForm h3 a:before {
	content: "( ";
	color: #377d50;
}
#KSiteDonateForm h3 a:after {
	content: " )";
	color: #377d50;
}

#otherWaysDonate {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

#KGlobalFooter #KSiteFooterLinks {
	width: 100%;
	max-width: 1040px;
	margin: 0px auto;
	padding: 30px 20px 30px 0px;
}


#KGlobalFooter #KSiteFooterLinks:after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}


#KGlobalFooter #KSiteFooterLinks nav h1 {
	font-size: 14px;
	color: #95a5a6;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}


#KGlobalFooter #KSiteFooterLinks nav {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 12px;
	padding: 10px 0px 10px 20px;
}


#KGlobalFooter #KSiteFooterLinks nav a {
	display: block;
	line-height: 150%;
}


#KGlobalFooter #KSiteFooterLinks nav a:after {
	color: #7f8c8d;
	position: relative;
	content: ">";
	font-family: "glyph";
	vertical-align: baseline;
	top: .1em;
	padding-left: 10px;
}


#KGlobalContributorLinks {
	max-width: 100% !important;
	background-color: rgba(0,0,0,.05);
}


#KGlobalContributorLinks nav {
	max-width: 1000px;
	padding: 0px;
	line-height: 50px;
	margin: 0px auto;
	font-size: 14px;
	width: 100%;
}


#KGlobalLegalInfo {
	padding: 20px 20px !important;
}


#KGlobalLegalInfo small {
	font-size: 12px;
}


#KGlobalLegalInfo small + small:before {
	content: " | ";
	color: #bdc3c7;
	margin: 0px 10px;
}


#KGlobalLegalInfo figure {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}


@media (max-width: 999px) {
	#KGlobalFooter #KSiteFooterLinks nav { width: 25%; }
}


@media (max-width: 800px) {
	#KGlobalFooter #KSiteFooterLinks nav { width: 50%; }
}

@media (max-width: 500px) {
	#KGlobalFooter #KSiteFooterLinks nav { width: 100%; }
}

.KLayout {
	background-color: #fcfcfc;
	padding: 1px 0px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}


.KLayout a {
	text-decoration: none;
	color: #2980b9;
	outline: none;
}

.KLayout section {
	/*
	background-color: #eff0f1;
	border-top: solid 1px #fcfcfc;
	border-bottom: solid 1px #fcfcfc;
	*/
	background-color: #fcfcfc;
	padding: 0px;
	margin: 20px 0px;
}

.KLayout section > img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

.KLayout section img.splashImage {
	display: block;
	max-width: 100%;
	margin: 10px auto;
	padding: 0px 20px;
	box-sizing: border-box;
}




.KLayout section article {
	width: 100%;
	display: block;
	max-width: 1000px;
	margin: 0px auto;
	background-color: #fcfcfc;
	border-left: solid 3px rgba(0,0,0,.05);
	border-right: solid 3px rgba(0,0,0,.05);
	box-sizing: border-box;
	padding: 20px;
}


.KLayout section article h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	margin: 20px auto;
	color: #4d4d4d;
}

.KLayout section article h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin: 20px auto;
	color: #4d4d4d;
}

.KLayout section article h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	margin: 20px auto;
	color: #4d4d4d;
}

.KLayout section article * + h1,
.KLayout section article *:not(h1) + h2,
.KLayout section article *:not(h1):not(h2) + h3,
.KLayout section article *:not(h1):not(h2):not(h3) + h4,
.KLayout section article *:not(h1):not(h2):not(h3):not(h4) + h5 {
	margin-top: 40px;
}

.KLayout sup.tag {
	background-color: #eff0f1;
	color: #4d4d4d;
	padding: 0px 4px;
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,.1);
	line-height: 100%;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	position: relative;
	top: -.2em;
	margin-left: 2px;
}

.KLayout section article > * {
	display: block;
	box-sizing: border-box;
	margin: 10px auto;
	max-width: 600px;
	text-align: left;
	line-height: 160%;
}

.KLayout section article > small {
	background-color: #eff0f1;
	color: #95a5a6;
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,.1);
	line-height: 150%;
}

.KLayout section article > aside {
	background-color: #3daefd;
	color: #fafafa;
	padding: 5px 10px;
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,.1);
	line-height: 150%;
}

.KLayout section article {
	line-height: 180%;
}

.KLayout section article nav a {
	display: inline;
	line-height: 120%;
}

.KLayout section article nav a:hover {
	text-decoration: underline;
}

.KLayout section article nav a:after {
	position: relative;
	content: ">";
	font-family: "glyph";
	vertical-align: baseline;
	top: .1em;
	padding-left: 10px;
	display: inline-block;
	text-decoration: none !important;
}

.KLayout section article nav a + a {
	margin-top: .6em;
}

.KLayout section article nav a + a:before {
	content: "\a";
	white-space: pre-wrap;
}

.KLayout section + section {
	margin-top: 20px;
}


.KLayout section.heroDisplay {
	text-shadow: 0px 0px 10px rgba(0,0,0,.6);
}

.KLayout section.heroDisplay p {
	font-size: 150%;
	line-height: 150%;
	text-align: center;
}


.KLayout section.heroDisplay article {
	border-left: none;
	border-right: none;
	background-color: transparent;
	max-width: 800px;
	padding: 100px 40px;
	margin: 0px auto;
	color: #FFF;
}


.KLayout section.heroDisplay h1 {
	font-size: 50px;
	font-weight: normal;
	line-height: 100%;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	color: #FFF;
}

.KLayout .multicolumn-2 {
	padding: 0px;
}

.KLayout .multicolumn-2 > * {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	margin: 0px;
}

.KLayout .multicolumn-2:after {
	display: block;
	position: static;
	content: "";
	clear: both;
	width: 100%;
	height: 1px;
}

.KLayout .multicolumn-2 > :nth-child(2) {
	border-left: solid 3px rgba(0,0,0,.05);
}


.KLayout figure.code {
	position: relative;
	margin: 0px;
	background-color: #4d4d4d;
	padding: 10px 10px 10px 60px;
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,.2);
	color: #fcfcfc;
	white-space: nowrap;
	overflow-x: auto;
	width: 100%;
	box-sizing: border-box;
}


.KLayout figure.code:before {
	content: "#";
	font-family: "glyph";
	font-size: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.KSocialLinks {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	line-height: 50px;
}

.KSocialLinks a {
	display: inline-block;
	color: #fafafa;
	background: #27AE60;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	line-height: 30px;
	padding: 0px 10px;
	border-radius: 3px;
	transition: all .2s;
}

.KSocialLinks a:after {
	content: "@";
	font-family: 'glyph';
	font-size: 24px;
	text-indent: 0px;
	color: #fafafa;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.KSocialLinks a.shareFacebook { background-color: #2980b9; }
.KSocialLinks a.shareGoogle { background-color: #d35400; }
.KSocialLinks a.shareTwitter { background-color: #3daefd; }
.KSocialLinks a.shareForum { background-color: #0068c6; }
.KSocialLinks a.shareTelegram { background-color: #2ca5e0; }

.KSocialLinks a.shareFacebook:hover { background-color: #3498db; }
.KSocialLinks a.shareGoogle:hover { background-color: #f67400; }
.KSocialLinks a.shareTwitter:hover { background-color: #70c3fe; }
.KSocialLinks a.shareForum:hover { background-color: #1078d6; }
.KSocialLinks a.shareTelegram:hover { background-color: #2ca5e0; }

.KSocialLinks a.shareFacebook:after { content: "F"; }
.KSocialLinks a.shareGoogle:after { content: "G"; }
.KSocialLinks a.shareTwitter:after { content: "T"; }
.KSocialLinks a.shareForum:after { content: "K"; }
.KSocialLinks a.shareTelegram:after { content: "↗"; }

