@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
	font-size:100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
	color: #000;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:0.75em;
	line-height:1.5em;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
}

/* LAYOUT */

.container {
	padding-left: 20px;
  padding-right: 20px;
}

.row {
	margin-right: -20px;
	margin-left: -20px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 20px;
	padding-right: 20px;
}

/* HEADER */

#header {
	background-color:#ffe8a2;
	min-height:165px;
}

.ho me #header {
	background-color:transparent;
}

/* MENU */

.navbar {
	border:none;
	margin-bottom: 35px;
	min-height: 125px;
}

.navbar-brand {
	height: auto;
	line-height:normal;
	padding: 0;
	margin-top:40px;
}

.navbar-nav > li > a {
	padding:7px 20px;
	font-size:14px;
	text-transform:uppercase;
	color:#455560;
	border-bottom:7px solid #ffe8a2;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	border-bottom:7px solid #455560;
	background-color:transparent;
}

/* FORMS */

.form-group {
	margin-bottom: 10px;
}

.form-control {
	border:none;
	border-bottom: 2px solid #fff;
	border-radius:0;
	box-shadow:none;
	color: #000;
  font-size: 12px;
	height: 44px;
  padding: 8px 12px 6px;
}

.form-control:focus {
	box-shadow:none;
}

.btn-sm {
  padding: 12px 10px;
	border:none;
	text-transform:uppercase;
}

.btn-primary:hover {
	background-color:#000;
}


/* CONTENT */
.home .branding {
	text-align:center;
	position: relative;
}

.home .branding .inner:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.home .branding .inner img {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.sign-in h1 {
	margin-top:75px;
}

.sign-in h1,
.sign-in p {
	color:#fff;
	text-align:center;
	margin-bottom:30px;
	padding:0 40px;
}

.sign-in p.forgotten-password {
	padding:0;
}

.sign-in a {
	color:#fff;
	text-decoration:underline;
}

.sign-in a:focus,
.sign-in a:hover {
	color:#fff;
	text-decoration:none;
}

.sign-in .btn-sm {
	max-width:135px;
	margin:40px auto;
}

/* FOOTER */
#footer {
	padding:30px 0;
	text-align:center;
}

.vegas-overlay {
	background-image:none;
	opacity:0.5;
	background-color:#000;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	right: 0px;
	margin: 0px;
	bottom: 0px;
	display: none;
	background-color: rgba(255, 255, 255, 0.50);
	text-align: center;
}