﻿/*
 * Globals
 */

@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333333;
  border-top: 5px solid #BF3E12;
  padding-top: 5px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

a {
    color: #333333;
    color: #8E2400;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus, a.active, a.focus {
    color: #BF3E12;
}


/*
 * Override Bootstrap's default container.
 */

.container {
  max-width: 60rem;
}


/*
 * Masthead for nav
 */

.page-masthead {
  margin: 0 0 0.7rem 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ae3910;
    color: #333;
}
/* Nav links */
.page-nav .nav-link {
  position: relative;
  padding: 0.7rem;
  font-weight: 500;
}

.page-nav .nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}



.jumbotron {
    background-color: #fff3f3;
}

.jumbotron h1, .jumbotron .h1 {
    color: #ffffff;
    font-size: 42px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.jumbotron p {
    color: #333333;
    letter-spacing: 0.33px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}



/*
 * Main column and sidebar layout
 */

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 1rem;
  /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}





/*
 * Footer
 */

.page-footer {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.page-footer p {
  margin-bottom: 0.5rem;
}


.btn-primary {
    background-color: #BF3E12;
    border-color: #a10000;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active{
    background-color: #a10000;
    border-color: #a10000;
    color: #ffffff;
}







.sidebar {
    height:100%;
    display: table-cell;
    padding: 15px;
    
}
.content {
    background-color: #ffffff;
    height:100%;
    padding:15px;
    /* border-left:1px solid #eeeeee;*/
    display: table-cell;
    padding-top:5px;
    min-height: 500px;
    
}

.sidebar .nav.nav-list {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .nav.nav-list li a {
    margin: 0;
    padding: 6px 15px;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #c64641;
    font-size: 15px;
    text-shadow: none;
    border-color: #eee;
}
.sidebar .nav.nav-list li a:hover, .nav.nav-list li a.active {
    color: #c64641;
    text-shadow: none;
    font-weight: bold;
}
.sidebar .nav.nav-list li.open>ul {
    display: block;
}
.sidebar .nav.nav-list li ul {
    margin-left: 15px;
}
.sidebar .nav.nav-list li ul li a {
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    margin: 0;
    margin-left: -15px;
    padding: 3px 30px;
    border: 0;
    color: #2d2d2d;
    opacity: .7;
    filter: alpha(opacity=70);
}


h1,h2,h3,h4{
    padding-top: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #bf3e12;
    margin-bottom: 8px;
    color: #BF3E12;
}


/* 5-star Rating */
div.stars {
  max-width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 0;
  padding-right:10px;
  font-size: 28px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}



.sidebar .nav-link{
    padding: 0 0 8px;
}
