.navbutton {
  margin-top:15px;
}

.rh_clearfix {
  clear: both;
  display: block !important;
}

.media-body, .rh_pagination {
  clear: both;
}

.otherwell {
  position: relative;
  margin: 0;
  padding: 14px 14px 14px !important;
  *padding-top: 14px;
  border: 1px solid #888; /* 101214; * ddd */
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}

.media,
.media .media {
  margin-top: 5px !important;
}

.media:first-child {
  margin-top: 0 !important;
}

.intro_text {
  margin-top: 5px;
  margin-bottom: 15px;
}

.otherwell > .span1, 
.otherwell > .span2, 
.otherwell > .span3, 
.otherwell > .span4, 
.otherwell > .span5, 
.otherwell > .span6, 
.otherwell > .span7, 
.otherwell > .span8,
.otherwell > .span9, 
.otherwell > .span10, 
.otherwell > .span11, 
.otherwell > .span12 {
  margin-left: 0;
  vertical-align: middle;
}

.hp_row {
  max-height: 100px !important;
  overflow: hidden;
}

.hpr_n1, hpr_1, hpr_2 {
  display: block;
}

.hpr_m1 {
  display: none;
}

.hp_row h6, .hp_row h4 {
  margin: 0;
}

.search_head {
  margin: 10px 0 0 18px;
}

.main_headline {
  margin-bottom: -5px !important;
  padding-bottom: 0px !important;
}

.rh_pagination {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.rh_search {
  margin: 0;
}

.rh_search_input {
  width: 220px;
}

.rh_icon_bit {
  margin: 0 3px 0 0;
}

.rh_icon_bit_right {
  margin: 0;
}

.error {
  margin: 0;
  padding: 0;
}

hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #555;
  margin: 1em 0; padding: 0;
}

.rh_table {
  border-collapse: separate !important; /* collapse; */
  border-spacing: 15px 15px !important;
  margin: -15px 0 -15px -15px;
  padding: 0;
  width: 100%;
}

.rh_table td {
  width: 50%;
  height: 100%;
}

h2 {
  font-size: 25px; /* 27.5px; */
  line-height: 30px;
  padding-top: 10px;
}

.rh_website_image_a {
  width: 100%; 
  max-width:250px !important;
  overflow: crop;
}

.rh_website_image_b {
  width: 100%; 
  max-width: 200px !important;
}

.rh_website_image_c {
  width: 100%; 
  max-width: 300px !important;
}

.rh_right {
  margin: 0 0 10px 20px !important;
}

.rh_bottom {
  margin-bottom:5px;
}

.promo_bar {
  margin-top: 20px;
}

.promo_right {
  width: 100%;
  padding-right: 5px;
}

.promo_box {
  margin: 0; /* 0 0 15px 0; */
}

.rh_homepage_carousel_x {
  margin-top: 25px;
}

.carousel-inner, .carousel-inner .item {
  height: 500px;
  background-color: #fff; /* #ccc; */
}

.carousel-inner {
  border: 1px solid black;
}

.carousel-inner:hover {
  cursor: pointer;
}

.carousel-inner .item .imgb {
  width: 100%;
  min-height: 120%;
  position: absolute;
  top: -45%;
  left: 0;
  opacity: 0.2; /* 2 on 0 */
  filter: alpha(opacity=2);
  /* z-index: 1; */
}

.carousel-caption {
  width: 100%;
  z-index: 1;
}

.carousel-indicators {
  z-index: 10;
  left: 10px;
}

.carousel-control {
  z-index: 10;
  top: 20%;
}

.carousel-caption {
  color: black;
  background: none; /* #ddd; /* 333333; */
  /* background: rgba(255, 255, 255, 0.75) !important; */
  z-index: 1;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #000;
  width: 40%;
}

.carousel-inner .item .imga {
  position: absolute;
  top: 0px;
  right: 0px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  opacity: 1;
  filter: alpha(opacity=10); 
}

/*-----------------*/
.rh-sidenav {
  /* width: 278px; */
  margin: 25px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.rh-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  background-color: #ddd;
  text-shadow: none;
  color: #222;
}

.rh-sidenav > li > a:hover {
  color: #222;
  text-decoration:  underline;
}

.rh-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.rh-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.rh-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

#krh {
  position: fixed;
  left: 0;
  right: 0;
  width: 386px;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100000;
  text-align: center;
  display: table-cell;
}

/* Chevrons */
.rh-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.rh-sidenav > li > a:hover {
  background-color: #f5f5f5;
}

.rh-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

.rh-sidenav .active .icon-chevron-right,
.rh-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

.rh-sidenav.affix {
  position: static;
  top: 40px;
}

.rh-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

section {
  padding-top: 10px;
}

section:first-of-type {
  padding-top: 0px;
}

.datepicker {
  color: #000; /* fff */
}

.datepicker thead tr:first-child th:hover, .datepicker td.day:hover {
  color: #222;
}

.datepicker td.day.disabled {
  color: #666 !important; /* eeeeee; */
}

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.footer p {
  margin-bottom: 0;
  color: #777;
}

.footer-links {
  margin: 10px 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.footer-links li:first-child {
  padding-left: 0;
}

.rh_icons_nav {
  margin-top: 6px; /* 12px */
}

body {
  position: relative;
  padding-top: 50px;
}

.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
  background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}

.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

.wu_buttons, .wu_search {
  white-space:nowrap;
}

#ahead {
  display: none;
}










/* ---------------- sizes -----------------*/
@media (min-width: 1200px) {
  .rh-sidenav {
    width: 278px;
  }
  .rh-sidenav > li > a {
    width: 250px \9; /* Override the previous IE8-9 hack */
  }
}

.dropdown-backdrop {
  position: static;
}

.bcent {
  display: none;
}

/* Desktop
------------------------- */
@media (max-width: 1199px) {
  /* #ahead {
    display: block;
  } */

  .acent { /*, .wu_search, .wu_extra { */
    display: none;
  }

  .bcent {
    display: block;
  }

  .wu_buttons {
    width: 100%;
    text-align: center;
  }

  .rh-sidenav {
    top: 0;
    width: 216px;
    margin-top: 30px;
    margin-right: 0;
  }
}

@media (max-width: 980px) {
  body {
    padding-top: 30px;
  }
  
  #ahead {
    display: block;
  }

  .acent, .wu_search, .wu_extra {
    display: none;
  }

  .navbar-fixed-top {
    margin-bottom: 0px;
  }

  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  .wu_buttons {
    width: 100%;
    text-align: center;
  }

  /* Adjust sidenav width */
  .rh-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .rh-sidenav.affix {
    top: 0;
  }
}


/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  .rh_icons_nav {
    margin-top: 0px;
  }

  #ahead {
    display: block;
  }

  .acent, .wu_search, .wu_extra {
    display: none;
  }

  .wu_buttons {
    width: 100%;
    text-align: center;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }

  /* Sidenav */
  .rh-sidenav {
    width: auto;
    margin-bottom: 10px;
    /* margin-top: -5px; */
  }

  .rh-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  .btn-group > .dropdown-toggle {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }

  .hpr_m1, hpr_1, hpr_2 {
    display: block;
  }

  .hpr_n1 {
    display: none;
  }

  .rh_icons_nav {
    margin-top: 0px;
  }

  .promo_right {
    padding-right: 0px;
  }

  #ahead {
    display: block;
  }

  .acent, .wu_search, .wu_extra {
    display: none;
  }

  .wu_buttons {
    text-align: center;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }

  /* Sidenav */
  .rh-sidenav {
    width: auto;
    margin-bottom: 10px;
    /* margin-top: -5px; */
  }

  .rh-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }

}

@media (min-width: 1201px) {
  .carousel-inner .item .imga {
    position: absolute;
    max-width: 55%;
    min-height: 500px;
    height: 500px;
    /* height: 100%; */
    /* width: 55%; */
  }
}  

@media (max-width: 1200px) {
  .carousel-inner .item .imgb {
    top: 0;
    height: auto;
    width: auto;
    min-width: 100%;
  }

  .carousel-inner .item .imga {
    position: absolute;
    width: auto;
    height: auto;
    top: 0px; 
    right: 0px;
    z-index: 1;
  }

  .carousel-caption {
    background: #ddd; /* 333333;  0.85 */
    background: rgba(255, 255, 255, 0.90) !important;
  }

  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3,
  .carousel-caption h4,
  .carousel-caption p {
    line-height: 20px;
    /*color: #fff;*/
    width: 90%;
  }

  .carousel-control {
    display: none;
  }
}

@media (max-width: 480px) {
  .carousel-inner, .carousel-inner .item {
    height: 300px;
    background-color: #fff; /* #ccc; */
  }

  .carousel-caption p {
    display: none;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  .rh_right {
    margin: 0 0 10px 0px !important;
  }

  .rh_icons_nav {
    margin-top: 0px;
  }

  .promo_right {
    padding-right: 0px;
  }


  #ahead {
    display: block;
  }

  .acent, .wu_search, .wu_extra {
    display: none;
  }

  .wu_buttons {
    text-align: center;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  .rh_right {
    width: 100%;
    margin: 0 auto 10px auto !important;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .carousel-caption {
    position: absolute;
  }
 }

