

.global-header {
	background: rgba(158,203,235,1);
background: -moz-linear-gradient(top, rgba(158,203,235,1) 0%, rgba(212,228,239,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,203,235,1)), color-stop(100%, rgba(212,228,239,1)));
background: -webkit-linear-gradient(top, rgba(158,203,235,1) 0%, rgba(212,228,239,1) 100%);
background: -o-linear-gradient(top, rgba(158,203,235,1) 0%, rgba(212,228,239,1) 100%);
background: -ms-linear-gradient(top, rgba(158,203,235,1) 0%, rgba(212,228,239,1) 100%);
background: linear-gradient(to bottom, rgba(158,203,235,1) 0%, rgba(212,228,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ecbeb', endColorstr='#d4e4ef', GradientType=0 );
	color: white;
	margin-bottom:15px;
	border-bottom:2px solid #fff;
	
}

	.global-header h1 {
		margin: 0;
	}

	.global-header hr {
		border-color: #242424;
		margin: 0;
	}

	.global-header-top {
		padding-top: 34px;
		padding-bottom: 22px;
	}

.global-header .se-logo {
	margin: 0 auto;
	vertical-align: top;
	
}

.global-header .navbar-toggle {
	vertical-align: top;
}

.global-header .navbar-nav > li > a {
	padding-right:16px;
	padding-left:16px;
}

#global-header-logo-col {
	text-align: center;
}



#global-header-user-col {
	text-align: right;
}

#global-header-nav {
	text-transform: uppercase;
}

/*=====================================
=            Global Header            =
=====================================*/
#global-navbar-header {
	position: relative;
}

#global-header-logo {
	display: block;
	margin-top: 1px;
	text-align: center;
	vertical-align: top;
}

/*centers logo perfectly on small devices*/
#global-header-logo a {
	margin-right: 5px;
}



@media (max-width: 1051px) {
	body {
		left: 0;
		min-width: 100%;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	body.push-open {
		overflow: hidden;
		position: fixed;
		width: 100%; height: 100%;
		/*padding-top: 60px;*/
	}



@media (min-width: 1052px) {
	body.push-open-left,
	body.push-open-right {
		left: 0 !important;
	}

	.push-nav {
		display: none;
	}

	#global-navbar-header {
		padding-top: 34px;
		padding-bottom: 22px;
	}

	.global-header-info {
		line-height: 55px;
	}

	.global-header .se-logo {
		height: 55px;
		margin-top: 0;
	}

	#global-header-logo a {
		margin-right: 0px;
	}
}
