/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#header {
  background-color: #00A3FF;
}
.navbar-main {
	background-color: #00A3FF; 
  height: 60px;
}

ul.top-nav>li.primary-action>a.btn {
	background-color: #33B4FF;
	border: 1px solid #fff;
}

ul.top-nav>li>a {
  color:#fff;
}

.btn-primary {
  background-color: #33B4FF;
  border-color: #33B4FF;
}

ul.top-nav>li:hover>a, ul.top-nav>li>a:focus {
  color: #fff;
}

.navbar-main .navbar-nav>li>a:hover {
  background-color: #33B4FF;
}
h1 small {
  color: #00A3FF;
}
div.header-lined h1 {
  color: #00A3FF;
}

#order-standard_cart .view-cart-items-header {
  background-color: #00A3FF !important;
}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
  background-color: #00A3FF !important;
  border-color: #00A3FF !important;
}

#order-standard_cart .order-summary { 
  background-color: #00A3FF !important;
  border-bottom: 3px solid #00A3FF !important;
}
#order-standard_cart .empty-cart .btn {
  background-color: #00A3FF;
}
section#footer {
  background-color: #21295C;
}

section#footer .back-to-top i {
  background-color: #1F2F62;
}

body, .navbar-main, h1, h2, section {
  font-family: Open Sans;
}
.header-lined > h1 > small {
  font-size: 13px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 23px;
  opacity: 1;
  visibility: visible;
  top: 100%;
  border-top: 5px solid #7cc68d;
  position: absolute;
  left: 0;
  background: #fff;
  width: 195px;
  z-index: 3;
}
#primary-nav, .top-nav > li {
  font-weight: bold;
}
#Primary_Sidebar-Already_Registered-Already_Registered_Heading {
  display: none;
}
ul.top-nav>li.primary-action>a.btn {
  margin-top: -10px;
}
section#header {
  background-color: #0997e7;
}
section#main-menu {
  background-color: #00a3ff;
  padding-top: 30px;
}
@media screen and (max-width: 320px)  {
  .collapse.in {
    background: #00A3FF;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  section#main-menu {
    padding-top: 0px;
  }
  .navbar-main {
    height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .collapse.in {
    background: #00A3FF;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  section#main-menu {
    padding-top: 0px;
  }
  .navbar-main {
    height: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  .collapse.in {
    background: #00A3FF;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  section#main-menu {
    padding-top: 0px;
  }
  .navbar-main {
    height: 45px;
  }
}
@media screen and (max-width: 800px) {
  .collapse.in {
    background: #00A3FF;
    z-index: 1;
    position: absolute;
    width: 100%;
  }
  section#main-menu {
    padding-top: 0px;
  }
  .navbar-main {
    height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .collapse.in {
    background: #00A3FF;
    z-index: 1;
    position: absolute;
    width: 100%;
    margin-left: -40px;
  }
  section#main-menu {
    padding-top: 0px;
  }
  .navbar-main {
    height: 45px;
  }
}