/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,100,300);
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Montserrat', sans-serif;
}

.llnav {
  color: #2D3E3D !important;
}

.popover {
  max-width: 500px;
}

input {
  font-weight: normal;
}

select {
  font-weight: normal;
  width: 100%;
}

.topIcon {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.combodate select {
  float: left !important;
  margin-right: 5px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.promoterLogin {
  margin: 0px;
  width: 100%;
}

.promoterLogin input {
  width: 100%;
}

.promoterLogin .insideWrapper {
  text-align: center;
}

.col-lg-4 ul {
  text-align: left;
  margin-left: 30px;
  list-style: circle;
}

.col-lg-4 ul small {
  color: #069 !important;
}

.col-md-4 {
  margin-bottom: 10px;
}

.header {
  width: 100%;
  padding: 10px;
  background-color: #45615f;
  color: #fff;
  margin-bottom: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.fixedHeader {
  position: fixed;
  /*background-color:rgba(69,97,95,.5);*/
  background-color: #45615f;
  width: 100%;
  top: 0;
}

.row {
  margin-bottom: 25px;
}

footer {
  border-top: 1px solid #CCC;
  padding-top: 25px;
  margin-top: 35px;
}

.navbar {
  margin: 0;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .container {
  max-width: 1200px;
}

.navbar-brand {
  padding: 5px;
  padding-right: 20px;
}

.dropdown-menu > li {
  padding: 8px;
}

.inner > li {
  padding: 0;
}

.navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: white !important;
}

.featurette-divider {
  border: 1px solid #CCC;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing {
  margin-top: 20px;
}

/* Featurettes
------------------------- */
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .embed-responsive {
    height: 315px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 90px;
  }
}

#guestRegistration #signUpForm, #guestRegistration #loginForm {
  display: none;
}

#guestRegistration #invalidEmail {
  display: none;
  color: #F00;
}

#guestRegistration span.email1 {
  margin-left: 30px;
  position: relative;
  top: 5px;
}

#guestRegistration .emailprev {
  float: right;
  margin-right: 16px;
}

#guestRegistration #emailnext {
  display: block;
  clear: both;
  width: 100px;
  margin: 0px auto;
  top: 10px;
  position: relative;
}

#guestRegistration .explainer {
  margin-bottom: 10px;
}

#guestRegistration .explainer i {
  color: #007ed9;
}
