body {
  padding-top: 50px;
}
/* ==========================================================================
   Global Header
   ========================================================================== */
header.main {
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  z-index: 400;
  color: #fff;
  width: 100%;
  top: 0px;
  padding-bottom: 50px;
  border: none;
  height: 100px;
  margin-top: -50px;
  position: fixed;
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.main .nav-wrap {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
  background: black;
  font-size: 14px;
}
header.main .nav-wrap nav {
  height: 50px;
  line-height: 50px;
}
header.main .nav-wrap nav ul {
  float: right;
  margin: 0px;
  padding: 0;
}
header.main .nav-wrap nav ul li,
header.main .nav-wrap nav ul li.active {
  margin: 0px;
  padding: 0px;
}
header.main .nav-wrap nav ul li ul.dropdown-menu,
header.main .nav-wrap nav ul li.active ul.dropdown-menu {
  border: none;
  border-top: 5px solid transparent;
  background: transparent;
  box-shadow: none;
  top: 100%;
}
header.main .nav-wrap nav ul li a,
header.main .nav-wrap nav ul li.active a {
  color: #fff;
  display: block;
  background-color: black;
  max-height: 50px;
  padding: 15px;
  font-size: 16px;
  font-family: 'Open Sans';
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
header.main .nav-wrap nav ul li a:hover,
header.main .nav-wrap nav ul li.active a:hover {
  background-color: #14a4ec !important;
  color: #fff!important;
}
header.main .nav-wrap nav ul li a:focus,
header.main .nav-wrap nav ul li.active a:focus,
header.main .nav-wrap nav ul li a:active,
header.main .nav-wrap nav ul li.active a:active {
  color: #fff!important;
}
header.main .nav-wrap nav ul li.signup a,
header.main .nav-wrap nav ul li.active.signup a {
  padding: 6px 15px;
  margin-top: 7px;
  background-color: #ff9326;
}
header.main .nav-wrap nav ul li.signup a:hover,
header.main .nav-wrap nav ul li.active.signup a:hover {
  background-color: #ffb972 !important;
}
header.main .nav-wrap nav ul li.signup a:focus,
header.main .nav-wrap nav ul li.active.signup a:focus,
header.main .nav-wrap nav ul li.signup a:active,
header.main .nav-wrap nav ul li.active.signup a:active {
  background-color: #e17508 !important;
}
@media (min-width: 768px) {
  header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu,
  header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu,
  header.main .nav-wrap nav ul li.open,
  header.main .nav-wrap nav ul li.active.open {
    display: block;
  }
}
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu a:focus,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu a:focus,
header.main .nav-wrap nav ul li.open a:focus,
header.main .nav-wrap nav ul li.active.open a:focus,
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu a:hover,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu a:hover,
header.main .nav-wrap nav ul li.open a:hover,
header.main .nav-wrap nav ul li.active.open a:hover,
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu a,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu a,
header.main .nav-wrap nav ul li.open a,
header.main .nav-wrap nav ul li.active.open a {
  background-color: #14a4ec;
  color: #fff;
}
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu ul,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu ul,
header.main .nav-wrap nav ul li.open ul,
header.main .nav-wrap nav ul li.active.open ul {
  border: none;
  border-top: 5px solid transparent;
  box-shadow: none;
  top: 100%;
}
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu li a,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu li a,
header.main .nav-wrap nav ul li.open li a,
header.main .nav-wrap nav ul li.active.open li a {
  padding: 7px 14px;
  background-color: rgba(0, 0, 0, 0.75);
}
header.main .nav-wrap nav ul li.dropdown:hover .dropdown-menu li a:hover,
header.main .nav-wrap nav ul li.active.dropdown:hover .dropdown-menu li a:hover,
header.main .nav-wrap nav ul li.open li a:hover,
header.main .nav-wrap nav ul li.active.open li a:hover {
  background: #14a4ec !important;
  color: #fff;
}
header.main .nav-wrap nav .btn {
  margin-top: -5px;
  height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  line-height: 15px;
  font-size: 14px;
  line-height: 27px;
}
header.main .nav-wrap nav .btn:hover {
  background: #fc7f00;
}
header.main a {
  color: #fff;
}
header.main a.navbar-brand {
  margin: 0px !important;
  padding: 6px;
}
header.main .navbar-toggle {
  border: none;
  margin: 0px;
  height: 47px;
  font-size: 1.75em;
}
header.main .navbar-toggle .hamburger {
  font-family: Helvetica;
  font-size: 1.8em;
  line-height: 22px;
}
header.main .navbar-toggle:hover,
header.main .navbar-toggle:focus {
  background-color: #14a4ec;
}
header.main .spacer {
  top: 50px;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  background: #14a4ec;
  z-index: 2;
  overflow: hidden;
}
header.main .spacer i {
  display: block;
}
header.main .spacer i img {
  position: absolute;
  max-width: 500px;
  height: 100%;
  bottom: 0px;
  margin-top: -3px;
  margin-left: -22px;
}
header.main .bars {
  margin-top: 4px;
  margin-right: 1%;
  float: right;
  font-size: 0;
  width: 186px;
  height: 20px;
}
header.main .bars img {
  width: 196px;
}
@media (max-width: 767px) {
  header.main {
    height: 50px !important;
    margin-top: 0px !important;
    overflow: visible;
  }
  header.main .navbar-collapse {
    padding: 0!important;
    max-height: none;
  }
  header.main nav {
    background: #000;
    border: none;
    box-shadow: none;
    height: auto !important;
    line-height: auto !important;
    padding-top: 50px !important;
  }
  header.main nav > ul {
    height: auto !important;
    max-height: auto !important;
    max-width: none;
    float: none!important;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  header.main nav > ul li {
    float: left;
    width: 33.33%;
    height: 40px;
    text-align: center;
    list-style-type: none;
    line-height: 40px;
  }
  header.main nav > ul li a {
    height: 40px;
    padding: 8px 10px!important;
    display: block;
    color: #fff!important;
  }
  header.main nav > ul li.signup a {
    margin-top: 0px!important;
    background-color: #ff9326;
  }
  header.main nav > ul li.signup a:hover {
    background-color: #ffb972 !important;
  }
  header.main nav > ul li.signup a:focus,
  header.main nav > ul li.signup a:active {
    background-color: #e17508 !important;
  }
  header.main nav > ul li:nth-child(1).open a:focus,
  header.main nav > ul li:nth-child(1).open.active a:focus,
  header.main nav > ul li:nth-child(1).open a:hover,
  header.main nav > ul li:nth-child(1).open.active a:hover,
  header.main nav > ul li:nth-child(1).open a,
  header.main nav > ul li:nth-child(1).open.active a {
    background-color: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(1).open ~ .menu-sign-up,
  header.main nav > ul li:nth-child(1).open.active ~ .menu-sign-up,
  header.main nav > ul li:nth-child(1).open ~ .menu-help,
  header.main nav > ul li:nth-child(1).open.active ~ .menu-help,
  header.main nav > ul li:nth-child(1).open ~ .menu-log-in,
  header.main nav > ul li:nth-child(1).open.active ~ .menu-log-in {
    margin-top: 120px!important;
  }
  header.main nav > ul li:nth-child(1).open li,
  header.main nav > ul li:nth-child(1).open.active li {
    display: block;
    width: 300%;
  }
  header.main nav > ul li:nth-child(1).open li a,
  header.main nav > ul li:nth-child(1).open.active li a {
    background-color: rgba(255, 255, 255, 0.21) !important;
  }
  header.main nav > ul li:nth-child(1).open li a:hover,
  header.main nav > ul li:nth-child(1).open.active li a:hover {
    background: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(1).open ul.dropdown-menu,
  header.main nav > ul li:nth-child(1).open.active ul.dropdown-menu {
    display: block;
    border-top: none;
    min-width: 0px;
  }
  header.main nav > ul li:nth-child(2).open a:focus,
  header.main nav > ul li:nth-child(2).open.active a:focus,
  header.main nav > ul li:nth-child(2).open a:hover,
  header.main nav > ul li:nth-child(2).open.active a:hover,
  header.main nav > ul li:nth-child(2).open a,
  header.main nav > ul li:nth-child(2).open.active a {
    background-color: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(2).open ~ .menu-sign-up,
  header.main nav > ul li:nth-child(2).open.active ~ .menu-sign-up,
  header.main nav > ul li:nth-child(2).open ~ .menu-help,
  header.main nav > ul li:nth-child(2).open.active ~ .menu-help,
  header.main nav > ul li:nth-child(2).open ~ .menu-log-in,
  header.main nav > ul li:nth-child(2).open.active ~ .menu-log-in {
    margin-top: 280px!important;
  }
  header.main nav > ul li:nth-child(2).open li,
  header.main nav > ul li:nth-child(2).open.active li {
    display: block;
    width: 300%;
    margin-left: -100%;
  }
  header.main nav > ul li:nth-child(2).open li a,
  header.main nav > ul li:nth-child(2).open.active li a {
    background-color: rgba(255, 255, 255, 0.21) !important;
  }
  header.main nav > ul li:nth-child(2).open li a:hover,
  header.main nav > ul li:nth-child(2).open.active li a:hover {
    background: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(2).open ul.dropdown-menu,
  header.main nav > ul li:nth-child(2).open.active ul.dropdown-menu {
    display: block;
    border-top: none;
    min-width: 0px;
  }
  header.main nav > ul li:nth-child(3).open a:focus,
  header.main nav > ul li:nth-child(3).open.active a:focus,
  header.main nav > ul li:nth-child(3).open a:hover,
  header.main nav > ul li:nth-child(3).open.active a:hover,
  header.main nav > ul li:nth-child(3).open a,
  header.main nav > ul li:nth-child(3).open.active a {
    background-color: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(3).open ~ .menu-sign-up,
  header.main nav > ul li:nth-child(3).open.active ~ .menu-sign-up,
  header.main nav > ul li:nth-child(3).open ~ .menu-help,
  header.main nav > ul li:nth-child(3).open.active ~ .menu-help,
  header.main nav > ul li:nth-child(3).open ~ .menu-log-in,
  header.main nav > ul li:nth-child(3).open.active ~ .menu-log-in {
    margin-top: 200px!important;
  }
  header.main nav > ul li:nth-child(3).open li,
  header.main nav > ul li:nth-child(3).open.active li {
    display: block;
    width: 300%;
    margin-left: -200%;
  }
  header.main nav > ul li:nth-child(3).open li a,
  header.main nav > ul li:nth-child(3).open.active li a {
    background-color: rgba(255, 255, 255, 0.21) !important;
  }
  header.main nav > ul li:nth-child(3).open li a:hover,
  header.main nav > ul li:nth-child(3).open.active li a:hover {
    background: #14a4ec !important;
    color: #fff;
  }
  header.main nav > ul li:nth-child(3).open ul.dropdown-menu,
  header.main nav > ul li:nth-child(3).open.active ul.dropdown-menu {
    display: block;
    border-top: none;
    min-width: 0px;
  }
  header.main nav > ul > ul > ul {
    border: 1px solid red !important;
    display: none;
    overflow: hidden !important;
    background: #2e3341 !important;
  }
  header.main nav > ul > ul > ul li {
    float: none !important;
    width: auto !important;
  }
  header.main .spacer {
    top: 0px;
    position: relative;
    width: 115%;
    margin-left: -6%;
    height: 5px;
    left: 0px;
    background: none;
    z-index: 2;
    overflow: hidden;
  }
  header.main .spacer i {
    display: block;
  }
  header.main .spacer i img {
    position: absolute;
    min-width: 125%;
    height: 100%;
    bottom: 0px;
    margin-top: -3px;
    margin-left: -22px;
  }
}
@media (max-width: 767px) and (orientation: landscape) and (max-height: 580px) {
  header.main .desktop-nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 270px;
  }
}
.bg-blue {
  background: #4db0ea;
}
