.home{
    width:100%;
    background: url('../img/re_bg.jpg') no-repeat center top scroll;
    padding:0;
}
.home .header{ padding-top: 30px; }
.home .dropdown-menu p{
    font-size: 14px;
}
@media all and (min-width: 1089px) {
    .home{
        padding:0;
    }
}  
@media all and (min-width: 1090px) {
    .home{
        background: url('../img/re_bg.jpg') no-repeat center -40px scroll;
    }
}  
@media all and (min-width:  1400px) {
    .home{
        background: url('../img/re_bg.jpg') no-repeat center -140px scroll;
    }
}
.home .navbar{
    background: transparent;
}
.header a.header__logo{
    position: relative;
    z-index:2;
}
.bb-btn__nav.collapsed {
    z-index: 9;
}
.bb-btn__nav {
    fill: #fff;
}
.navbar-collapse.in{
  position: relative;
  top:0;
  padding-left:25px;
  border-top:none;
  box-shadow: none;
  width:100%;
}
.home .top-nav{
    display: flex;
    justify-content: flex-end;
    align-self: right;    
}
.home .top-nav a{
    line-height: 20px;
    position: relative;
    padding: 0 0 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  margin:0;
  font-size:16px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0 0 30px;
  border-bottom: 5px solid transparent;
  color:#fff;
  text-decoration: none;
  font-weight:500;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a.active {
  text-decoration: none;
  border-bottom: 4px solid $brand-color;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  background: #132968;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.collapse{ display:none; }
.collapse.in {
    display: block;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
      display: flex;
      justify-content: flex-end;
  }
  
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.secondary-nav h3{
  color:#fff;
  margin:-20px -20px 10px -20px;
  background: #132968;
  padding:5px 20px;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 300;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li.active > a {
    font-weight:bold;
}
.pagination-small > li > a{
    font-size:13px;
    padding:5px 8px;
}
.pagination > li.active > a {
    font-weight:bold;
    background:#132968;
    color:#fff;
}
.pagination > li > a:hover {
    background:#eff0f2;
}

#header .basket {
    width: 35px;
    height: 30px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    float: right;
    background: url('../img/ico.png') no-repeat;
    position: relative;
    margin: 16px 0 0;
    text-decoration: none;
}
#header .basket:hover {
    opacity: .7;
}
#header .basket span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: -9px;
    right: -8px;
    text-align: center;
    color: #0ff;
    background: rgba(0, 39, 79, .8);
    font-size: 9px;
    line-height: 15px;
    font-weight: 700;
}

.sidebar .mura-object {
    margin-bottom:40px;
    padding:20px;
    background:#EFF0F2;
}
.sidebar h3{margin-bottom: 10px}
.sidebar p{ margin-bottom: 10px }
.sub-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.sub-nav > li {
  position: relative;
  display: block;
}
.sub-nav > li > a {
  color:#474747;
  position: relative;
  display: block;
  padding:5px 0px;
  text-decoration: none;
  font-weight:normal;
}
.sub-nav > li > a:hover,
.sub-nav > li > a:focus{
  text-decoration: underline;
  color:#5E9D4C;
  border:none;
}
.sub-nav > li > a.active {
    color: #5E9D4C;
    font-weight: bold;
    border:none;
}
.sub-sub-nav{
    padding-left:20px;
    font-size: 12px;
}
.sub-sub-nav li{
    margin-bottom:5px;
}
.secondary-nav h3{
  color:#fff;
  margin:-20px -20px 10px -20px;
  background: #132968;
  padding:10px 20px;
}
.blog-post{
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 20px 0;
}
.blog-post img{
    margin-bottom:20px;
}
.blog-post h2 > small{
    display:block;
}

.list{
    list-style: none;
}
.list > li{
    padding:5px 0
}
.list > li > a{
    color: #333;
    font-weight: normal;
}
.list > li > a > span{
    display: inline-block;
    min-width: 50px;
    color: #132968;
    font-weight: 500;
}
.home-intro{
    color: #132968;
    text-align: center;
    max-width:960px;
    margin:30px auto;
}
.home-intro h1{
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom:30px;
}
@media all and (min-width: 900px) {
  .home-intro h1{
    font-size: 50px;
  }
}
.home-intro p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}
.hero-wrapper{
    margin: 60px 0;
    display: flex;
    flex-direction: column;
}
@media all and (min-width: 900px) {
    .hero-wrapper{
        flex-direction: row;
    }
}  
.flex33{
  width: 100%;
  margin-bottom: 20px;
}
@media all and (min-width: 900px) {
  .flex33{
    width: 33.3333%;
    margin-bottom: 0;
  }
}
.hero {
    height:100%;
    margin: 0 15px;
    border-radius: 15px;
    background-color: rgb(241, 242, 247);
    color: #132968;
    padding:40px;
    display: flex;
    flex-direction: column;
}
.hero > svg{
    margin-bottom: 40px;
    width: auto;
}
.hero h2 {
    font-size: 25px;
    line-height: 1.48;
    text-align: center;
    margin-bottom:30px;
    font-weight: 400;
}
.hero p {
  font-size: 16px;
  font-family: "Avenir Next";
  line-height: 1.875;
  text-align: center;
    margin-bottom:30px;
}
.hero a {
  font-size: 14px;
  font-weight: bold;
  color: #5fbc63;
  line-height: 2.143;
  text-align: center;
}
.home-divider > img{
    width:100%;
}
.newsletter{
    padding: 80px 0;
    background: #f1f2f7;
}
.newsletter h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    color: #132968;
    text-align: center;
    max-width:960px;
    margin:0 auto 40px auto;
}
.signup{
  display:flex;
  max-width:960px;
  margin: 0 auto;
  flex-direction: column;
}
.signup .form-control {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  height: 54px;
  width:68%;
  border:none;
  padding: .4em .7em .4em 30px
}
.signup button.bb-btn__lrg {
  border-radius: 10px;
  height: 54px;
  width:32%;
  margin-left:30px;
  border:none;
  letter-spacing: 0.05rem;
}
.signup .flex-row{
  display: flex;
  width:100%;
}
#extra-signup{
  width:68%;
  padding-right: 20px;
  margin-bottom:10px;
}
#extra-signup.hidden{
  margin-bottom: 0;
}
#extra-signup > *{
  width:50%;
}
.first-input{
  padding-right:15px;
}
.last-input{
  padding-left:15px;
}
#extra-signup input#firstname-signup{
  width:100%;
}
#extra-signup input#lastname-signup{
  width:100%;
}
.signup p.success{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    color: #5fbc63;
    margin:20px 0;
    text-align: center;
}
#footer .flex-row{
    display:flex;
}
#footer .flex-column{
    display:flex;
    flex-direction: column;
}
#footer .space-between{
    justify-content:space-between;
}
#footer .stretch{
    align-items: stretch;
}
#footer .center{
    align-items: center;
}
.hangouts{
  margin-left: auto;
}
.footer h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.313;
}
.flex-row > li{
    margin-right: 20px;
}
.footer .header__logo{
  margin-top:30px;
}
