*
{
  transition: all 300ms;
}

body
{
    color: #58595b;
    font-family: Open Sans,sans-serif;
    background-color: #f1f2f2;
}
a{color: #b9bf15;}
a:hover,a:visited{color: #898e0d;text-decoration: none;}

.container{
  background-color: #ffffff;
}
.no-pad{
  padding: 0px;
}

.padding{
  padding: 15px;
}
.navbar {
    padding: 30px 0px;
    background: #fff;
    border-bottom: 30px solid #B9BF15;
    overflow: auto;
    margin-bottom: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    color: #b9bf15;
}
.navbar-brand span {
    font-size: 20px;
    font-weight: 200;
    color: #6f6f6f;
}

.slider-outer {
    background: #272727;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    clear: both;
}

.icon-title
{
    color: #58595b;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    font-family: Open Sans,sans-serif;
}

.icon-title span
{
    font-weight: 800;
    color: #b9bf15;
    margin-right: 10px;
}
.title
{
    color: #58595b;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    font-family: Open Sans,sans-serif;
}

.heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    font-family: Open Sans,sans-serif;
    background-color: #b9bf15;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
}

.alert {
    background: url("../images/attention.png") scroll no-repeat 0 0/75px #353637;
    background-position: left;
    width: 100%;
    color: #ffffff;
    padding: 20px;
    padding-left: 90px;
}


.btn-dark{
    color: #ffffff;
    background-color: #272727;
}

.btn-dark:hover{
    color: #ffffff;
    background-color: #000000;
}

.btn-flat
{
  border-radius: 0px;
}

.border-box{
    display: block;
    margin-top: 10px;
    border: 1px solid #c1c1c1;
}


.content-container
{
    padding:10px 0px;  
}
.sidebar
{
    background-color: #f1f2f2;
    padding:10px;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    background: rgba(0, 0, 0, 0) url("../images/li-even.png") no-repeat scroll 0 5px;
    padding: 3px 0 3px 15px;
    text-transform: uppercase;
    min-height: 0;
    margin: 0;
    border: 0px solid;
}

.sidebar ul li:nth-child(2n+2) {
    background: rgba(0, 0, 0, 0) url("../images/li-odd.png") no-repeat scroll 0 5px;
}

.features {
    background-color: #353637;
    color: #ffffff;
    display: table;
    width: 100%;
    min-height: 70px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.features .feat-img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.features .feat-img img {
    margin-left: -20px;
}

.features .feat-desc {
    display: table-cell;
    margin: 0px;
    vertical-align: middle;
    font-size: 18px;
}


.footer-widgets
{
  padding: 10px;
}

footer {
    background: #58595B;
    color: #ffffff;
    padding: 2% 2% 4% 2%;
    overflow: auto;
    clear: both;
    border-top: 20px solid #B9BF15;
    margin: 0px;
    margin-top: 50px;
}

footer .container{background: none;}

.footer-links
{
  list-style-type: none;
  text-transform: uppercase;
}

.footer-links a
{
  text-transform: uppercase;
  color: #ffffff;
}

.copyright {
    padding: 10px;
    text-align: center;
    background-color: #b9bf15;
    color: #ffffff;
}

.copyright a {
    color: #ffffff;
}