body,
html {
	font-size: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	text-rendering:optimizeLegibility;
}

body {
	font-family: 'Roboto';
	letter-spacing: 0.2px;
	line-height: 160%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	width: 100%;
	height: 52px;
	position: fixed;
	box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.24);
	z-index: 999;
	overflow: hidden;
	background-color: rgba(0,0,0,0.04);
}

ul {
	padding-left: 18px;
	margin: 0;
}
ul li {
	margin: 0 0 8px 0;
}
ul li:last-of-type {
	margin: 0;
}

main {
	display: table;
}

main i {
	font-size: 11px !important;
}

main,
section,
aside {
	position: relative;
	height:100%;
	min-height:100%;
	width: 100%;
}
section,
aside {
	display: table-cell;
}

aside {
	width: 30%;
	color: rgba(255,255,255,0.6);
	text-shadow: 1px 1px rgba(0,0,0,0.1);
	background-attachment: fixed;
	background-image: linear-gradient(-135grad, rgba(75,183,195,1), rgba(18,49,89,1));
	box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

aside .headline {
	background-color: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-weight: 200;
	margin: 0 0 30px 0;
	padding: 10px 10px 7px 10px;
	text-align: center;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

aside ul {
	color: rgba(255,255,255,0.6);
	margin-bottom: 30px;
}

aside a {
	color: rgba(255,255,255,0.6);
}

aside a i {
	margin-left: 8px;
}

aside a:hover,
aside a:focus {
	text-decoration: none;
	color: rgba(255,255,255,0.9);
}

section {
	width: 70%;
	color: rgba(0,0,0,0.7);
	background-color: #d7dde8;
	background-image: url(/assets/images/bg.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	font-weight: 300;
}

section b {
	font-weight: 500;
}

section ul {
	color: rgba(0,0,0,0.8);
}

section > div,
aside > div {
	margin: 0 auto;
	width: 100%;
	padding: 15px 40px;
	padding-top: 100px;
}

section > div {
	padding-left: 70px;
	padding-right: 70px;
}

aside > div {
	width: 30%;
	top: 0;
	position: fixed;
}


.cf { zoom: 1; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }





.navbar-default {
	border-radius: 0;
}
.well {
	border-radius: 0;
	background-color: rgba(0,0,0,0.03);
}
.card-box {
	background-color: #fff;
	border-radius: 0;
	margin: 0 0 25px;
	padding: 30px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}






@media (max-width: 768px) {
	section,
	aside {
		width: 100%;
		float: none;
		height: auto;
		display: block;
	}
	aside {
		box-shadow: inset 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
	}
	section {
		height: 100%;
	}
	section > div {
		width: auto;
		padding: 0 15px;
		padding-top: 40px;
	}
	aside > div {
		top: 0;
		width: 100%;
		position: relative;
		padding-top: 100px;
	}
	.alert {
		text-align: center;
	}
	.card-box {
		padding: 15px;
	}
}


.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-7 {
	margin-top: 7px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-23 {
	margin-bottom: 23px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.w-xs {
	min-width: 80px;
}
.w-sm {
	min-width: 95px;
}
.w-md {
	min-width: 110px;
}
.w-lg {
	min-width: 140px;
}
.m-h-40 {
	min-height: 40px;
}
.m-h-50 {
	min-height: 50px;
}
.l-h-34 {
	line-height: 34px;
}
.font-600 {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: normal !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-30 {
	font-size: 30px !important;
}