@font-face {
	font-family: "Artifakt Legend";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Element Legend.woff");
	font-weight: 300;
}
@font-face {
	font-family: "Artifakt Legend";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Legend Regular.woff");
	font-weight: 400;
}
@font-face {
	font-family: "Artifakt Legend";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Legend Medium.woff");
	font-weight: 500;
}
@font-face {
	font-family: "Artifakt Legend";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Legend Bold.woff");
	font-weight: bold;
}
@font-face {
	font-family: "Artifakt Element";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Element Light.woff");
	font-weight: 300;
}
@font-face {
	font-family: "Artifakt Element";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Element Regular.woff");
	font-weight: normal;
}
@font-face {
	font-family: "Artifakt Element";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Element Medium.woff");
	font-weight: 500;
}
@font-face {
	font-family: "Artifakt Element";
	src: url("https://cdn.web-platform.io/artifakt/release/v1.2.0/Artifakt Element Bold.woff");
	font-weight: bold;
}
/* Banner */

.page-header.app-content-header {
	background: transparent;
	height: 210px;
	margin: 0;
	padding-top: 50px;
}
@media (max-width: 991px) {
	.page-header.app-content-header {
		padding-top: 20px;
		height: 160px;
	}
}
.page-header.create-app-header,
.page-header.view-app-header,
.page-header.edit-app-header,
.page-header.have-apps-header,
.page-header.admin-page-header,
.page-header.api-detail-header {
	background-size: cover;
	position: relative;
}
@media (max-width: 767px) {
	.page-header.app-content-header {
		height: 150px;
		padding-top: 25px;
		text-align: left;
	}
}
@media (max-width: 582px) {
	.page-header.app-content-header {
		text-align: center;
	}
}
/* Page Styling */

.showcase .section-example {
	overflow: hidden;
	position: relative;
}
.showcase .section-example img {
	width: 100%;
}

.showcase .canvas .row div:first-child {
	margin-bottom: 30px
}

.showcase .canvas .row div:last-child {
	margin-bottom:0;
}

.showcase .section-example button {
	background: transparent;
	border: none !important;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.showcase .gradient-cover{
	background-image: -webkit-linear-gradient(bottom, rgba(52,101,204,0.70) 0%, rgba(8,147,214,0.13) 98%, rgba(6,150,215,0.10) 98%);
	background-image: -o-linear-gradient(bottom, rgba(52,101,204,0.70) 0%, rgba(8,147,214,0.13) 98%, rgba(6,150,215,0.10) 98%);
	background-image: linear-gradient(to top, rgba(52,101,204,0.70) 0%, rgba(8,147,214,0.13) 98%, rgba(6,150,215,0.10) 98%);
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}

.showcase .section-example:before {
	/* Base: */
		background: -moz-linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	background: -webkit-linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	background: linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	bottom: 0;
	content: " ";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateY(0%);
	transition: transform 300ms, opacity 700ms;
	width: 100%;
}
.showcase .section-example:hover:before {
	background: -moz-linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	background: -webkit-linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	background: linear-gradient(0deg, #3566CC 0%, rgba(6, 150, 215, 0.94) 98%);
	opacity: .85;
	transform: translateY(0%);
}
.showcase .section-example-text {
	bottom: 0;
	left: 0;
	padding: 0 20px 50px 20px;
	position: absolute;
	transform: translateY(100%);
	transition: transform 300ms, bottom 300ms;
	width: 100%;
	z-index: 3;
}
.showcase .section-example:hover .section-example-text {
	bottom: 65%;
}
.showcase .section-example-text h2 {
	font-family: "Artifakt Legend", Helvetica, Arial;
	font-size: 22px;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	left: 20px;
	line-height: 1.15;
	margin-top: -20px;
	position: absolute;
	right: 20px;
	transform: translateY(-100%);
}
.showcase .section-example > a {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	bottom: 10px;
	color: white;
	display: block;
	font-family: "Artifakt Legend", Helvetica, Arial;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	right: 20px;
	z-index: 4;
}
.showcase .section-example > a img {
	display: inline;
	height: 33px;
	margin-left: 10px;
	width: 33px;
}
.showcase .section-example-text-more {
	border-top: 1px solid rgba(255, 255, 255, .13);
	padding-top: 13px;
}
.showcase .section-example-text-more p {
	color: #fff;
}
.showcase .section-example-text a {
	-webkit-font-smoothing: antialiased;
	line-height: 18px;
	-moz-osx-font-smoothing: grayscale;
	background-size: 33px;
	background: url("../images/circle-arrow.svg") no-repeat left center;
	color: #fff;
	display: block;
	font-family: "Artifakt Legend", Helvetica, Arial;
	font-size: 12px;
	font-weight: 300;
	padding-left: 45px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: -45px;
}
.showcase .section-example-text a img {
	display: inline;
	height: 33px;
	margin-left: 7px;
	width: 33px;
}
.showcase .section--forge-program {
	background: url("../images/img-developer-programme.jpg") center no-repeat #fff;
	background-size: cover;
}
.showcase .section--forge-program h1 {
	color: #fff;
	text-align: left;
}
.section--forge-program-text {
	margin-bottom: 60px;
	overflow: hidden;
}
.container {
	position: relative;
}
.canvas {
	background-color: white;
	padding: 45px 55px;
	margin-top: -70px;
	margin-bottom: 20px;
}
.canvas .row:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.canvas .row > div:last-child {
		margin-top: 30px;
	}
}
.page-header {
	background-image: url("../images/bg-showcase-homepage.png");
	background-size: cover;
}
.youtubevid .modal-body {
	background-color: #E5E5E5;
}
.youtubevid .modal-body.main-container {
	align-items: center;
	display: flex;
	justify-content: center;
}
.youtubevid .modal-body.main-container iframe {
	height: 100%;
	max-height: 720px;
	max-width: 1280px;
	width: 100%;
}