body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	font-weight: normal;
	padding: 0;
	background-color: #399BFF;
	line-height: 1
}
a {
	color: rgba(255, 255, 255, 0.70);
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	text-decoration: none;
}
a:hover, a:focus, a:active, a.active {
	color: #FFF
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}
i, a {
	/* Firefox */
	-moz-transition: all .3s ease-in;
	/* WebKit */
	-webkit-transition: all .3s ease-in;
	/* Opera */
	-o-transition: all .3s ease-in;
	/* Standard */
	transition: all .3s ease-in;
}
section h2, section h4, section h6, section p {
	text-align: center;
}
section h4 {
	text-transform: capitalize;
}
p {
	color: #666;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0;
}
img {
	max-width: 98%;
}
::-moz-selection {
	text-shadow: none;
	background: #399BFF;
	color: #fff;
}
::selection {
	text-shadow: none;
	background: #399BFF;
	color: #fff;
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
	background: 0 0;
}
h1, h2 {
	font-family: "Lato", sans-serif;
	font-size: 36px !important;
	letter-spacing: 1px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 0;
	word-spacing: 4px;
}
h2 span {
	color: #399BFF;
}
h3 {
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 18px;
	margin-right: 20%;
	padding: 10px;
	text-transform: capitalize;
}
h4, h5, h6 {
	font-size: 18px;
	font-weight: 500;
}
ul li {
	list-style: none !important;
}
section h2.section-heading {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 80px;
	margin-top: 0;
}
section .section-subheading {
	margin-bottom: 95px;
	text-transform: none;
	font-size: 18px;
	line-height: 1;
	margin-top: 25px;
	color: #666666;
}
.separator {
	width: 50px;
	height: 2px;
	display: block;
	margin: auto;
	background-color: #399BFF;
}
.row {
	margin: 0;
}
.container {
	padding: 0;
}
.outer-margin {
	margin: 0 -15px;
}
.bg-light-gray {
	background-color: #f7f7f7;
}
.btn-primary {
	text-transform: uppercase;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: #f6bf01;
	color: #fff;
	background-color: #fec503;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-xl {
	background-color: #fff;
	border: 2px solid #399BFF;
	border-radius: 2px;
	color: #399BFF;
	font-size: 14px;
	height: 50px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	padding-right: 20px;
	padding-left: 20px;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active {
	background-color: #399BFF;
	border: 2px solid #399BFF;
	color: #fff;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}
.header-buttons {
	margin: 64px auto 90px;
}
.primary-button {
	background-color: none;
	border: 2px solid rgba(255, 255, 255, 0.20);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	margin: 0 10px 110px;
	min-width: 150px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.primary-button.button-inverse {
	background: #399BFF none repeat scroll 0 0;
	border: 2px solid #399BFF;
	color: #fff;
	margin: 0;
}
.button-inverse a:hover {
	color: #fff;
	background: transparent none;
	border: 2px solid #399BFF;
}
.secondary-button {
	min-width: 150px;
	text-align: center;
	line-height: 36px;
	background: #399BFF;
	display: inline-block;
	line-height: 36px;
	color: white;
	font-size: 14px;
	margin: 0 10px;
	text-transform: uppercase;
	border: 2px solid white;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.secondary-button-inverse {
	color: #399BFF;
	border-color: #399BFF;
	background: #fff
}
.secondary-button:hover {
	background: #fff;
	color: #399BFF;
	text-decoration: none;
}
.logo img {
	height: 44px;
	width: auto;
}
.navbar-default {
	border-color: transparent;
	background-color: rgba(0, 128, 255, 0.55);
	width: inherit;
	position: absolute
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503;
}
.navbar-default .navbar-collapse {
	border: none;
	box-shadow: none;
}
.navbar-default .navbar-toggle {
	color: #fff;
	border: none;
	margin-right: -10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .nav li a {
	color: white;
	font-size: 14px;
	line-height: 1;
	opacity: 0.7;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	outline: 0;
	color: #fff;
	opacity: 1;
}
.navbar-default.navbar-shrink .nav .active a {
	opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover, .navbar-default.navbar-shrink .nav li a:focus {
	outline: 0;
	color: #fff;
	opacity: 1;
	background: none;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus, .navbar-default.navbar-shrink .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	background: none;
	opacity: 1;
	color: #399BFF;
	-webkit-filter: brightness(1.2);
}
header {
	background: url(../img/background.png) #FFF scroll 0 0;
	color: #FFF;
	position: relative;
	height: 100%;
	min-height: 100%;
	-webkit-background-size: cover;
	background-size: 100%;
	background-position: 45% 80px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center
}
header:after {
	background: rgba(0, 128, 255, 0.70);
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 10px;
}
header .intro-text {
	padding-top: 165px;
	padding-bottom: 0;
}
header .intro-text .intro-lead-in {
	font-size: 52px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 120px 0 30px;
	text-align: center;
}
header .intro-text .intro-heading {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 50px;
	margin-top: 15px;
	max-width: 75%;
	text-align: center;
}
header .header-dashboard {
	display: block;
	margin: auto;
	text-align: right;
}
header .container {
	position: relative;
	z-index: 10;
}
section {
	padding-top: 100px;
}
/* Change log */

.change {
	display: inline-block;
	width: 70px;
	padding: 7px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.change-added {
	background-color: #4caf50
}
.change-fixed {
	background-color: #ff9800
}
.change-removed {
	background-color: #f44336
}
.change-updated {
	background-color: #29b6f6
}
.change-moved {
	background-color: #6d5cae
}
.change-merged {
	background-color: #00bfa5
}
.change-added:after {
	content: "Added"
}
.change-fixed:after {
	content: "Fixed"
}
.change-removed:after {
	content: "Removed"
}
.change-updated:after {
	content: "Updated"
}
.change-moved:after {
	content: "Moved"
}
.change-merged:after {
	content: "Merged"
}
.changelog {
	padding-left: 0;
	list-style: none;
	margin-left: 24px;
	margin-right: 24px
}
.changelog>li {
	display: block;
	position: relative;
	padding-left: 96px;
	margin-bottom: 12px
}
.changelog>li:before {
	content: "";
	display: inline-block;
	width: 70px;
	padding: 7px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	position: absolute;
	left: 0;
	top: 2px
}
.changelog .ch-added:before {
	content: "Added";
	background-color: #4caf50
}
.changelog .ch-fixed:before {
	content: "Fixed";
	background-color: #ff9800
}
.changelog .ch-removed:before {
	content: "Removed";
	background-color: #f44336
}
.changelog .ch-updated:before {
	content: "Updated";
	background-color: #29b6f6
}
.changelog .ch-moved:before {
	content: "Moved";
	background-color: #6d5cae
}
.changelog .ch-merged:before {
	content: "Merged";
	background-color: #00bfa5
}
.footer {
	background-color: #399BFF;
	border-top: 1px solid rgba(0, 128, 255, 0.70);
	height: 15%;
}
.footer-title {
	color: #fff;
	float: left;
}
.footer ul.footer-link li {
	margin-right: 5px;
	margin-top: 20px;
	text-align: center
}
.footer ul.footer-link li a {
	color: #FFF;
	padding: 10px 10px;
}
.footer ul.footer-link li a:hover {
	color: #FFF;
}
/* Responsive */

@media(min-width: 960px) {
	.navbar-default {
		padding: 25px 0;
		border: 0;
		background-color: transparent;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
}
@media (min-width: 960px) and (max-width: 1170px) {
	.navbar-default .nav li a {
		padding: 10px;
	}
	header .intro-text {
		padding-top: 120px;
	}
	.intro-text h1 {
		float: left;
		margin-left: 0;
		padding-left: 0;
		font-size: 42px;
	}
	footer .container {
		width: 100%;
		padding: 0 30px;
	}
}
@media (max-width: 960px) {
	h3 {
		font-size: 18px;
		margin-right: 5%;
	}
	header .header-dashboard .dashboard {
		margin-bottom: 30px;
		margin-top: 15%;
		max-width: 80%;
		margin-bottom: 15%;
	}
	header .header-dashboard {
		width: 100%;
		text-align: center;
	}
	html {
		width: 100%;
		overflow-x: hidden;
	}
	.navbar-fixed-top {
		padding: 8px 20px;
	}
	.navbar-fixed-top .page-scroll {
		margin: 0;
	}
	.navbar i {
		float: right;
	}
	.logo img {
		height: 35px;
		margin-top: 10px;
	}
	header .intro-text .intro-lead-in {
		font-size: 38px;
		letter-spacing: -1px;
		line-height: 35px;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	header .intro-text {
		padding: 65px 20px 0 20px;
		width: 100%;
	}
	header .intro-text .intro-heading {
		display: block;
		float: left;
		font-size: 18px;
		line-height: 21px;
		max-width: 100%;
		text-align: center;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.header-buttons {
		margin: 20px auto 20px auto;
		width: 100%;
		text-align: center;
	}
	.header-buttons .secondary-button, .header-buttons .primary-button {
		float: none;
	}
	.vertical-registration-form {
		margin-top: 100px;
	}
	section h2.section-heading {
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 28px;
		letter-spacing: -1px;
		line-height: 28px;
	}
	section .section-subheading {
		margin-bottom: 55px;
		margin-top: 15px;
		font-size: 15px;
		line-height: 21px;
	}
	.footer ul.footer-link li a {
		padding: 5px 5px;
	}
	.footer-bg .responsive-footer {
		margin-left: 14%;
	}
	@media (min-width: 800px) and (max-width: 959px) {
		h1, h2 {
			font-size: 36px;
		}
	}
	@media (min-width: 360px) and (max-width: 768px) {
		h1, h2, h3 {
			font-size: 30px;
		}
	}