﻿/*@serlaFont: 'BrushUpToo',sans-serif;*/
.underline {
  border-bottom: 2px solid #d0006f;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
a.logo {
  height: 60px;
  margin: 20px 0;
  width: 150px;
  background-image: url('images/serla-logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  background-size: contain;
}
.navbar-serla-container {
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .navbar-serla-container.subnav-active {
    height: 160px;
  }
}
.navbar-serla {
  background-color: white;
  margin-bottom: 0;
  border: 0;
  height: 100px;
}
.navbar-serla a {
  color: white;
}
.navbar-serla #serlaNavBar {
  padding-right: 0;
}
.navbar-serla #serlaNavBar .navbar-header {
  max-width: 200px;
  float: left;
}
.navbar-serla #serlaNavBar .navoptions-serla {
  font-size: 18px;
  display: flex;
  max-width: calc(100% - 200px);
  height: 100px;
  justify-content: center;
  align-items: center;
}
.navbar-serla #serlaNavBar .navoptions-serla .main-navigation {
  float: none;
  padding: 0 15px;
  width: auto;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-serla #serlaNavBar .navoptions-serla .main-navigation a {
  line-height: 1.2;
  text-decoration: none;
  color: #333;
  padding: 0 0 4px 0;
}
.navbar-serla #serlaNavBar .navoptions-serla .main-navigation.active a {
  color: #000 !important;
  font-weight: 900;
  background: none;
}
@media only screen and (min-width: 768px) {
  .navbar-serla #serlaNavBar .navoptions-serla .main-navigation.active {
    position: relative;
  }
  .navbar-serla #serlaNavBar .navoptions-serla .main-navigation.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #96c147;
    border-radius: 4px;
  }
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation {
  position: absolute;
  background-color: #f7f7f2;
  z-index: 100;
  left: 0;
  right: 0;
  top: 100px;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  transition: .4s ease;
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation:hover {
  max-height: 500px;
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation .card {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  max-width: 25%;
  margin: 20px;
  cursor: pointer;
  line-height: 1.6em;
  white-space: normal;
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation .card .image {
  height: 130px;
  position: relative;
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation .card .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-serla #serlaNavBar .navoptions-serla .additional-navigation .card .title {
  margin: 1em;
}
.navbar-serla #serlaNavBar .navoptions-serla .main-navigation:hover + .additional-navigation {
  max-height: 300px;
}
.navbar-serla .subnavbar {
  background-color: #7566a0;
  color: white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
}
.navbar-serla .subnavbar .notice {
  font-size: .8em;
  padding: 10px 15px;
}
.navbar-serla .subnavbar .notice p {
  float: left;
  line-height: 2em;
  margin: 0;
  font-weight: 900;
  font-size: 1.4em;
}
.navbar-serla .subnavbar .notice .buttons {
  float: right;
}
.navbar-serla .subnavbar .notice .buttons .button {
  display: inline-block;
  border-radius: 0;
  background: #0a6e4e;
  border: solid;
  border-width: 1px;
  border-color: #0a6e4e;
  padding: 0.55em 1.55em 0.55em 1.55em;
  margin: 0 auto;
  margin-left: 5px;
  white-space: nowrap;
}
.navbar-serla .subnavbar .notice .buttons .button.register {
  border-color: #fff;
  background: none;
  color: #fff;
}
.navbar-serla .subnavbar li {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  height: 60px;
}
.navbar-serla .subnavbar li a {
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 900;
  color: white;
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  padding: 20px 15px;
}
.navbar-serla .subnavbar li a.basket {
  padding: 15px;
}
.navbar-serla .subnavbar li.active a {
  color: #fff;
  background: none;
}
.navbar-serla .subnavbar li a:hover,
.navbar-serla .subnavbar li a:focus {
  color: #fff;
}
.navbar-serla .subnavbar .navbar-left li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar-serla .subnavbar .navbar-left li.active {
  background: rgba(255, 255, 255, 0.15);
}
.navbar-serla .subnavbar .navbar-left li.active a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.navbar-serla .subnavbar .navbar-left li.active a:hover {
  color: #fff;
  background: none;
}
.navbar-serla .subnavbar .navbar-left li.active:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 10px 10px;
  height: 0;
  width: 100%;
  bottom: -3px;
  left: 0;
  z-index: 20;
}
.navbar-serla .subnavbar .navbar-left li:hover {
  background: rgba(255, 255, 255, 0.15);
}
.navbar-serla .subnavbar .navbar-right {
  margin-right: 0;
}
.navbar-serla .subnavbar .navbar-right .text-link {
  padding: 20px 0;
}
.navbar-serla .subnavbar .navbar-right li.padded {
  padding: 0 20px;
}
.navbar-serla .subnavbar .dropdown {
  border: none;
  border-radius: 0px;
}
.navbar-serla .subnavbar .dropdown .dropdown-toggle {
  text-transform: none;
}
.navbar-serla .subnavbar .dropdown .dropdown-toggle:focus {
  background: transparent;
}
.navbar-serla .subnavbar .dropdown li {
  padding: 0px;
  border: none;
}
.navbar-serla .subnavbar .dropdown li a {
  color: black;
  padding: 10px;
  font-weight: normal;
  text-transform: none;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.navbar-serla .subnavbar .dropdown li form {
  padding: 0px;
  border: none;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.navbar-serla .subnavbar .dropdown li form .btn-link {
  border: none;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
  text-align: left;
  font-size: 1.2em;
}
.navbar-serla .subnavbar .dropdown li form .btn-link:hover {
  background-color: #f5f5f5;
}
.navbar-serla .subnavbar .badge {
  background: #d0006f;
  position: absolute;
  top: 17px;
  left: 35px;
  width: 16px;
  height: 16px;
  border-radius: 50em;
}
.navbar-serla .subnavbar .badge .total {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.navbar-serla .subnavbar .serla-icon {
  margin: 0 5px;
  position: relative;
  background-size: 40px;
  height: 40px;
  width: 40px;
}
#mobile-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.menu-open,
  body.popupOpen {
    overflow: hidden;
  }
  .wrapper {
    padding-top: 100px;
  }
  #nav,
  .navbar-serla-container {
    display: none;
  }
  #mobile-nav {
    display: block;
    padding: 10px 0;
    position: fixed;
    background: #fff;
    z-index: 1000;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
    right: 0;
  }
  #mobile-nav .navbar-header {
    overflow: hidden;
    padding: 10px 15px;
    float: none;
  }
  #mobile-nav .navbar-header .pull-right a,
  #mobile-nav .navbar-header .pull-right span {
    float: right;
    display: block;
  }
  #mobile-nav .navbar-header a.logo {
    float: left;
    margin: 0;
  }
  #mobile-nav .navbar-header .menu-button {
    float: none;
    font-size: 2.8em;
    color: #006442;
  }
  #mobile-nav .navbar-header .points {
    text-align: center;
    padding: 10px;
    display: block;
  }
  #mobile-nav .navbar-header .basket {
    position: relative;
    margin-right: 20px;
    margin-top: 10px;
  }
  #mobile-nav .navbar-header .basket .badge {
    background: #d0006f;
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 15px;
    font-size: 16px;
    border: solid;
    border-width: 2px;
    border-color: #fff;
  }
  #mobile-nav .navbar-header .basket .serla-icon {
    margin: 0 5px;
    position: relative;
  }
  #mobile-nav #mobileNav {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #fff;
  }
  #mobile-nav #mobileNav .nav {
    font-size: 1.2em;
    padding-bottom: 100px;
  }
  #mobile-nav #mobileNav .nav .user {
    background-color: #95c23d;
    overflow: hidden;
    color: #fff;
  }
  #mobile-nav #mobileNav .nav .user span {
    vertical-align: middle;
    max-width: 48%;
  }
  #mobile-nav #mobileNav .nav .user .points {
    font-weight: 300;
    color: #fff;
    float: left;
  }
  #mobile-nav #mobileNav .nav .user .signing {
    float: right;
    padding-right: 30px;
    text-align: right;
  }
  #mobile-nav #mobileNav .nav .user .signing a,
  #mobile-nav #mobileNav .nav .user .signing input {
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    padding: 0;
    border: none;
  }
  #mobile-nav #mobileNav .nav > li {
    border-bottom: 1px solid #eee;
  }
  #mobile-nav #mobileNav .nav > li .fa {
    font-size: 1.4em;
    vertical-align: middle;
  }
  #mobile-nav #mobileNav .nav > li > a,
  #mobile-nav #mobileNav .nav > li > span {
    color: #333;
    position: relative;
    padding: 15px 0 15px 15px;
  }
  #mobile-nav #mobileNav .nav > li > a .fa,
  #mobile-nav #mobileNav .nav > li > span .fa {
    margin-right: 15px;
  }
  #mobile-nav #mobileNav .nav > li.active {
    background-color: #d0006f;
  }
  #mobile-nav #mobileNav .nav > li.active > a {
    font-weight: 700;
    color: #fff;
  }
  #mobile-nav #mobileNav .nav > li > a.dropdown-toggle {
    float: left;
    z-index: 10;
    width: 44px;
  }
  #mobile-nav #mobileNav .nav > li > a.dropdown-toggle .fa-caret-right {
    display: none;
  }
  #mobile-nav #mobileNav .nav > li > a.dropdown-toggle .fa-caret-down {
    display: block;
  }
  #mobile-nav #mobileNav .nav > li > a.dropdown-toggle.collapsed .fa-caret-right {
    display: block;
  }
  #mobile-nav #mobileNav .nav > li > a.dropdown-toggle.collapsed .fa-caret-down {
    display: none;
  }
  #mobile-nav #mobileNav .nav > li.bottom {
    border: none;
    text-align: right;
    padding-right: 30px;
    padding-top: 15px;
  }
  #mobile-nav #mobileNav .nav > li.bottom .username {
    font-weight: 300;
    color: #aaa;
  }
  #mobile-nav #mobileNav .nav #clubNav {
    list-style-type: none;
    width: 100%;
    padding-right: 0;
    padding-left: 30px;
  }
  #mobile-nav #mobileNav .nav #clubNav > li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  #mobile-nav #mobileNav .nav #clubNav > li > a {
    color: #333;
    padding: 15px 0 15px 15px;
    display: block;
  }
  #mobile-nav #mobileNav .nav #clubNav > li > a .fa {
    margin-right: 10px;
  }
  #mobile-nav #mobileNav .nav #clubNav > li.active {
    background-color: #fff;
  }
  #mobile-nav #mobileNav .nav #clubNav > li.active > a {
    font-weight: 700;
  }
  #mobile-nav #mobileNav .nav #clubNav > li:last-child {
    border: none;
  }
}
@media only screen and (max-width: 400px) {
  #mobile-nav .navbar-header .pull-right .points {
    float: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mobile-nav .navbar-header .pull-right .points br {
    display: none;
  }
}