body {
	background-color: white;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	position: relative;
	background-color: #eee;
}

.container {
	background-color: #fff;
	padding: 0px;
}

.navbar, .jumbotron {
	border-radius: 0px !important;
}

/* Container */
.container-full {
	position: relative;
	padding: 0 15px;
}

/* Top Nav */
.navbar-default {
	background-color: #fbfbfb;
	border-color: #efefef;
	margin: 0;
}

/* Top */
.top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #999;
}

.top ul li {
	border-left: 1px solid #efefef;
	display: inline-block;
	line-height: 12px;
	margin: 8px 0 0;
	padding: 0 12px;
	text-transform: uppercase;
}

.top ul li strong {
	font-weight: 600;
	color: #000;
	display: block;
	padding-top: 5px;
	font-size: 13px;
	text-transform: none;
}

.top ul li strong.version {
	font-size: 16px;
}

.top ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.navbar-nav > li > a {
	font-size: 13px;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-right: 10px;
	position: relative;
	top: -8px;
}

/* Sidebar */
.sidebar {
	width: 15%;
	float: left;
	position: absolute;
		display: none;
}

@media (max-width: 991px) {
	.sidebar {
		display: none;
	}
}

.sidebar .nav-pills > li > a {
	border-radius: 0;
	padding: 6px 15px;
}

.sidebar.affix {
	position: fixed;
	top: 1px;
	overflow-y: auto;
		display: none;
}

/* Main */
.main {
	float: left;
	padding: 0 30px 30px;
	width: 100%;
	background-color: #fff;
}

@media (max-width: 991px) {
	.main {
		margin-left: 0;
		width: 100%;
	}
}

.main > section {
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

/* Jumbotron */
.jumbotron {
	background-image: url("../img/header_gdl.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
	margin: 0;
	text-align: center;
}

.jumbotron .container {
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.5) url('../img/overlay.png') repeat;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.jumbotron .logo-main img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.jumbotron h1 {
	font-size: 30px;
	font-weight: 600;
}

.jumbotron ul {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
	font-size: 11px;
	color: #FFF;
}

.jumbotron ul li {
	border-left: 1px solid #fff;
	display: inline-block;
	line-height: 12px;
	margin: 8px 0 0;
	padding: 0 25px;
	text-transform: uppercase;
}

.jumbotron ul li:last-child {
	padding-right: 0;
}

.jumbotron ul li strong {
	font-weight: 600;
	color: #FFF;
	display: block;
	padding-top: 5px;
	font-size: 13px;
	text-transform: none;
}

.jumbotron ul li strong.version {
	font-size: 16px;
}

.jumbotron ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.jumbotron p.lead {
	display: block;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4em;
	margin: 0 auto 20px;
	max-width: 69%;
}

.jumbotron p.lead a {
	color: #FFF;
	text-decoration: underline;
}

/* Titles */
h2 {
	color: #000;
}

h4 {
	color: #0088cc;
}

/* Misc */
.alert-tip {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #666;
}

.center {
	text-align: center;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.center {
	text-align: center;
}

.push-bottom {
	margin-bottom: 35px;
}

.push-top {
	margin-top: 35px;
}

.bold {
	font-weight: bold;
}
@media all and (max-width:576px) {
	.hidden-xs {
		display: none !important;
	}	
}
@media all and (max-width:359px) {
	.hidden-se {
		display: none !important;
	}	
}