body {
  padding-top: 50px;
}

.footer {
  padding: 20px !important;
  border-top: 1px solid #333;
  background-color: #000;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #2e8e52;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-brand img
{
  margin-top: -10px;
  height: 210%;
}

.gold-text
{
  color: gold !important;
}

.navbar-right
{
  margin-top: 8px;
  margin-right: 10px !important;
}

.carousel-control
{
  background-image: none !important;
}

.carousel-control span
{
  color: goldenrod;
}

.carousel-caption
{
  color: black;
}

.carousel-indicators li
{
  border: 2px solid blue !important;
}

.carousel-indicators .active
{
  background-color: goldenrod;
}

.modal-body
{
  overflow: hidden !important;
}

.btn-warning
{
  background: goldenrod !important;
}

.btn-warning:hover
{
  background: gold !important;
}

.navbar-nav li.active a, .navbar-nav li a:focus
{
  background: goldenrod !important;
}

.footer-top
{
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #222;
}

.foot-head
{
  color: white;
}

.jp-jplayer
{
  overflow: hidden !important;
  //min-height: 275px !important;
  max-height: 1000px !important;
}

.foot-list
{
  list-style: none;
  font-size: 16px;
}

.foot-list li
{
  padding: 6px 0px;
}

.foot-text
{
  font-size: 16px;
  color: #555;
}

.dropdown-submenu
{
  position: relative;
}

.dropdown-submenu>.dropdown-menu
{
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu
{
  display: block;
}

.dropdown-submenu>a:after
{
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after
{
  border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu
{
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.secondry
{
  background-color: #222;
  padding: 20px;
  color: lightgray;
}