body{
	width:100%;
	margin:0px;
	display:block;
	background-color: light-gray;
}

#background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center 100%;
	background:url(../images/cockpit-view.jpg) center;
	background-size: cover;
	z-index:-1;
}

#blur_background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center 100%;
	background:url(../images/cockpit-view.jpg) center;
	background-size: cover;
	z-index:-1;
	-webkit-filter: blur(5px) opacity(.3);
  	filter: blur(5px) opacity(.1);
	transition: all 0.3s linear;
}

.navbar {
	width:100%;
	background-color: #191919;
	border-bottom:solid 2px #191919;
	color: rgba(87,87,87,1.00);
	margin-bottom: 0; 
	-webkit-box-shadow: 2px 0px 30px #000000; 
	box-shadow:2px 0px 30px #000000; 
	opacity:0.85;
}

.navbar-brand {
	font-family: "grafolita-script", Brush Script MT Italic, Brush Script Std Medium, SignPainter-HouseScript, sans-serif;
}

#svg-filter { display: none; }

 li {
	text-align:left;
}

ul ol {
	text-align:left;
	text-align-last:left;
}

.page-header {
	color:#07C8FF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	color:rgba(73,73,73,1.00);
}

::selection {
	color:#FFFFFF;
	background:#07C8FF;
}

#login-box {
    margin-top: 55px;
	text-align:center;
	background-color: -webkit-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 53.16%,rgba(255,255,255,1.00) 100%);
	box-shadow: 1px 1px 25px rgba(0,0,0,0.38);
}

.panel-body {
}
.btn-default {
	border:1px solid #fff;
	color:#07C8FF;
	border-radius:5px;
	font-weight:600;
}

.btn-default:hover {
	background-color: rgba(7,200,255,0.70);
	transition: all 0.3s linear;
	color:#FFFFFF;
	border:1px solid rgba(171,44,123,0.00);
}

#carousel-homepage {
    margin-top: 0px;
    height:600px;
	background-repeat: no-repeat;
	background-position: center 100%;
	background:url(../images/cockpit-view.jpg) fixed no-repeat center;
	background-size:cover;
}

#intro-header {
	margin: 0px;
	height: 900px;
}

.panel-title {
	color: #07C8FF;
	font-weight:bold;
}

#intro-header .jumbotron {
    margin-top: 200px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color: rgba(255,255,255,0.0);
	text-shadow: 2px 0px 25px #000000;
	color: rgba(255,255,255,0.90);
	
}

#intro-header .jumbotron h1 {
	font-family: "grafolita-script", Brush Script MT Italic, Brush Script Std Medium, SignPainter-HouseScript, sans-serif;
}

#buttom {
	border:1px solid #fff;
	color:#07C8FF;
	border-radius:5px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
}

.section, section {
	margin: 0px;
	width:100%;
	padding: 4%;
	padding-top:60px;
	background: none;
	float:inherit;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 53.16%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 53.16%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 53.16%,rgba(255,255,255,1.00) 100%);
}

.scrollable {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.navbar navbar-inverse navbar-fixed-top{
	height:200px;
}

img {
	max-width:500px;
}

a .panel-footer .pull-left {
	color:#575756;
}

ul li a:link{
	color:#575756;
}

ul li a:visited{
	color:#575756;
}

#side-menu .nav-second-level li a {
	color:#FFFFF;
	background-color:lightgray;
	transition: all 0.2s linear;
}

/*:hover start*/

#buttom:hover {
	background-color: rgba(7,200,255,0.70);
	transition: all 0.3s linear;
	color:#FFFFFF;
	border:1px solid rgba(171,44,123,0.00);
}

nav ul li:hover {
	background-color: rgba(7,200,255,0.7);
	transition: all 0.2s linear;
	color:#ffffff;
}

ul li a:hover{
	color:#07C8FF;
}

li a:hover {
	color:#FFFFFF;
}

#bs-navbar-collapse-top a:hover {
	color:#FFFFFF;
}

a:link {
	text-decoration:blink;
	color:#FFFFFF;
}

a:hover .panel-footer .pull-left {
	color:#07C8FF;
}

#side-menu .nav-second-level li a:hover {
	color:#FFFFFF;
	background-color:#07C8FF;
	transition: all 0.1s linear;
}

/*:hover end*/
/*cookieWarningContainer*/

#cookieWarningContainer {
	background-image: url("../images/SVG/cloud_bg.svg");
	background-position: top !important;
	background-size: cover;
	position: fixed;
	bottom: 0px;
	left: 0px;
	min-height: 130px;
	width: 100%;
	height: auto;
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 100px;
}
/*cookieWarningContainer*/
/* Mobile */
@media (max-width: 650px) {
	#background {
		background-repeat: no-repeat;
		background-position: center 100%;
		background:url(../images/cockpit-view.jpg) center;
		background-size: cover;
	}
	#intro-header {
		margin-top: 0px;
		height: 500px;
	}
	#intro-header .jumbotron {
    	margin-top: 80px;
		background-color:#07C8FFs;
	}
}
