html {
	position: relative;
	min-height: 100%;
}
body {
	color: #5a5a5a;
	min-height: 100%;
	padding-bottom: 128px;
	padding-top: 100px;
}
body > .container {
	margin-bottom: 30px;
}
body > .jumbotron {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
body > .jumbotron h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 100;
}
/* @group navbar */
.navbar-wrapper {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.navbar-wrapper .navbar.hidden-xs {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-wrapper .navbar .menu {
	margin-top: 15px;
	margin-left: 70px;
}
.navbar-wrapper .menu .nav a {
	color: #264766;
}
.navbar-wrapper .menu .nav a:hover {
	background-color: #68e4ef;
}
.navbar-wrapper .navbar .menu .invert a {
	background: #c9c9c9;
	color: #fff !important;
}
.navbar-wrapper .navbar .menu .invert-green a {
	background: #078aaa;
	color: #fff;
}
.navbar-wrapper .navbar .userbar a {
	color: #fff !important;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar.hidden-xs {
	background-color: transparent;
	background: transparent;
	border: none;
}
.navbar-nav.hidden-xs {
	margin-left: 40px;
}
.navbar-brand img {
	position: relative;
	display: block;
	top: -50%;
}
.navbar .navbar-nav > li > a { 
	color: #fff;
}
/* @end */
/* @group footer */
footer {
	background: #f4f2f5;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .container .text-muted {
	margin: 20px 0;
}
footer p {
	margin-bottom: 0;
	color: #90999d;
}
.support ul {
	padding: 0;
}
.support ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
}
.support ul li:first-child {
	margin-left: 0;
}
/* @end */
/* group home */
#homeB {
	padding-top: 0;
}
#homeB .navbar-wrapper {
	position: static;
}
/* @end */
/* @group carousel */
.carousel-indicators {
	display: none;
}
.carousel-caption {
	z-index: 10;
}
.carousel-inner > .item > img {
	width:100%;
}
.carousel-inner .btn-default {
	background-color: #fff;
	color: #078aaa;
	border-color: #fff;
	font-weight: 500;
}
.carousel-inner .btn-default:hover {
	background: #fff;
	color: #078aaa;
}
.carousel-control {
	background-image: none !important;
}
.carousel-control span {
	visibility: hidden;
}
.carousel:hover .carousel-control span {
	visibility: visible;
}
.carousel h1 {
	color: #264766;
	text-shadow: none;
	font-weight: 500;
}
.carousel .btn {
	padding: 8px 15px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
  	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	opacity: 0;
	left: 0 !important;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
}
.carousel.fade .item:first-child {
	top: auto;
  	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
}
/* @end */
/* @group marketing */
.features-intro {
	background: #078aaa;
	padding-top: 50px;
	padding-bottom: 50px;
}
.marketing .item .img {
	display: inline-block;
	width: 74px;
	height: 74px;
	background: url(../images/static/features.png) no-repeat;
}
.marketing .item .img.second {
	background-position: -74px 0;
}
.marketing .item .img.third {
	background-position: -148px 0;
}
.marketing .item .img.fourth {
	background-position: -222px 0;
}
.marketing {
	padding-right: 15px;
	padding-left: 15px;
}
.marketing .col-md-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h3 {
	font-weight: 700;
	font-size: 20px;
	color: #68e4ef;
	margin-bottom: 24px;
	height: 2em;
}
.marketing p {
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
}
.marketing .item .text {
	height: 10em;
}
.marketing .btn-default {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.marketing .btn-default:hover {
	background: #fff;
	color: #078aaa;
}
/* @end */
/* @group about */
#aboutB > .jumbotron {
	margin-bottom: 0;
}
.about > .container {
	padding: 50px 0;
}
.about .container > div {
	
	position: relative;
}
.about.bg-left .container > div {
	padding-left: 360px;
}
.about.bg-right .container > div {
	padding: 0;
	padding-right: 360px;
}
.about .container > div > .img {
	position: absolute;
	top: 25px;
	left: 25px;
	bottom: 25px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: top center;
}
.about.bg-top {
	background-position: top center;
}
.about.bg-center {
	background-position: center center;
}
.about.bg-bottom {
	background-position: center center;
}
.about.bg-right .container > div > .img { 
	left: auto;
	right: 25px;
}
.about .container,
.about .container p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #7d7d7d;
}
.about .container h1, 
.about .container h2, 
.about .container h3, 
.about .container h4, 
.about .container h5, 
.about .container h6 
{
	margin: 15px 0 20px 0;
}
.about.bg-primary .container,
.about.bg-primary .container p  {
	color: #fff;
}
.about.bg-primary .container a {
	color: #fff;
}
.about .container .documents a {
	text-decoration: none;
}
.about.bg-primary .container .glyphicon {
	color: #006183;
}
.about .container table td {
	border: none;	
}
.about table tr:hover td {
	background: #078aaa;
	color: #fff;
}
.about table tr:hover td a {
	color: #fff;
	display: block;
}
.about.bg-primary table tr:hover td {
	background: #68e4ef;
}
.about .container ul, .about .container ol {
	margin: 20px;
	list-style-type: none;
}
.about .container ul li, .about .container ol li {
	margin-bottom: 5px;
	padding-left: 10px;
	list-style-type: disc;
}
.about .container ol li {
	list-style-type: decimal;
}
.bg-gray {
	background: #f5f5f5;
}
/* @end */
/* @group login */
form.signin div.username {
	margin-bottom: 0;
}
form.signin div.username input {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}
form.signin div.password input {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
form.signin .forgot {
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
}
/* @end */
/* @group custom controls */
.fileinput {
	display: block;
	overflow: hidden;
}
.fileinput input[type=file] {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	width: 130%;
}
/* @end */
/* @group form sections, labels*/
div.section > h5 {
	float: left; 
	margin-top: -7px;
}
div.section > hr {
	margin-left: 10px;
	margin-bottom: 26px;
}
.control-label {
	color: #737373;
}
/* @end */
/* @group cookie policy */
.cookies-policy {
	background: #5A5A5A;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0;
	width: auto;
	border-radius: 0;
	border: none;
	padding: 5px 20px;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}
.cookies-policy a {
	color: #68e4ef;
	font-size: 13px;
	cursor: pointer;
}
.cookies-policy .close {
	top: auto;
	right: auto;
}
/* @end */
/* @group panel groups collapse */
.panel-group .list-group .list-group-item:hover {
	background: #fcfcfc;
}
.panel-group .list-group .list-group-item.active a {
	color: #fff;
}
.panel-group .list-group .list-group-item a {
	text-decoration: none;
}
.panel-group .list-group .list-group-item.active {
	background: #078aaa;
	background: -moz-linear-gradient(top,  #078aaa 0%, #067c99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#078aaa), color-stop(100%,#067c99));
	background: -webkit-linear-gradient(top,  #078aaa 0%,#067c99 100%);
	background: -o-linear-gradient(top,  #078aaa 0%,#067c99 100%);
	background: -ms-linear-gradient(top,  #078aaa 0%,#067c99 100%);
	background: linear-gradient(to bottom,  #078aaa 0%,#067c99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078aaa', endColorstr='#067c99',GradientType=0 );
}
/* @end */
/* @group others */
.text-primary-light {
	color: #68e4ef;
}
.browsehappy {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: #666;
	background: #feffce;
	z-index: 1000;
	zoom: 1;
	padding: 10px 20px;
}
.browsehappy.red {
	background: red;
	color: #fff;
	z-index: 2000;
}
/* @end */


/*** @group temporary ***/

/* @group registration*/
.registration {
	background: url("../images/static/registration.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 140px;
    width: 140px;
}
.registration.entity {
    background-position: 0 -140px;
}
/* @end */
/* @group notifications (reserved area)*/
.notification-content {
	display:none;
	margin-bottom:10px;
	padding: 10px;
}
/* @end notifications (reserved area) */
/* @group priorites*/
.priorities .panel-title > span {
	margin-top: 4px;
}
/* @end priorites */
/* @group fellows area*/
h5 {
	margin-top: 18px;
	line-height: 1.5em;
}
h5 > a {
	color: inherit;
}
/* @end fellows area */

/*** @end temporary ***/