body { background: #444;  font-family: 'Roboto Condensed', sans-serif; font-size: 17px; padding-top: 10px;}
.navbar {height: auto; background:none; margin-top: 10px;}
.navbar-brand {font-weight: bold; font-size: 32px; padding-top: 5px}
.navbar-brand img {width: 150px;}
#navbar {margin-top: 10px; margin-bottom: 0;}
#navbar.in  {}
#navbar.in  ul.nav{}
.navbar-toggle {border-radius: 0px; border-color: #444;margin-top: 20px;}
.navbar-toggle .icon-bar{background: #444444;}
.nav {font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px;}
.nav a {color: #444;transition: all 0.3s ease 0s;}
.nav > li {background: rgba(255,255,255, 0.02);}
.nav > li > a {padding: 10px 10px;}
.nav > li > a:focus,.nav > li > a:hover { background: #ffde00; color: #000;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #ffde00;
    border-color: #444;
}
.navbar-nav > li > .dropdown-menu {border-radius: 0;}
body>.row{margin: 0;}
.dropdown-menu {box-shadow: none; border: 1px solid #eee; background: #fff;}
.dropdown-menu > li > a {font-size: 16x; font-weight: 400; border-left: 2px solid #fff;}
.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {background: #ffde00; color: #000; border-left: 2px solid #444;}

p {font-weight: 300;}
p>strong {font-weight: 400;}
h1 {font-size: 30px; text-transform: uppercase; margin-top: 30px;  padding-bottom: 10px; margin-bottom: 20px;}
h1>span {border-bottom: 2px solid #ffde00;}
h2 {font-family: 'Roboto Condensed', sans-serif; font-size: 24px;}
h3 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; margin: 10px 0; font-size: 20px;}
.row>h2 {padding-left: 15px;}
span.lbl {width: 90px; display: inline-block;}

.footer {height: 80px; border-top: 1px solid #f0f0f0; color: #fff; padding-top: 50px; padding: 50px 0;}

ul.social-buttons li a {
    background-color: #ddd;
    border-radius: 100%;
    color: #444;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    transition: all 0.3s ease 0s;
    width: 40px;
	text-align: center;
}
ul.social-buttons li a:hover {
	background: #ffde00;
    border-radius: 100%;
    color: #111;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    transition: all 0.3s ease 0s;
    width: 40px;
	text-align: center;
	text-decoration: none;
	}


.panel-body {padding: 0;}
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
		border: none;
		border-bottom: 1px solid #ccc;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        background-color: #fff;
        border-color: #EEEEEE;
    }

    .panel-title {
		font-size: 18px;
    }

    .panel-title > a {
        display: block;
        padding: 15px 15px 15px 0;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #fff;
    }


@media (min-width: 100px) and (max-width: 350px){
	.navbar-brand > img{width: 150px; padding-top: 10px;}
	.navbar { min-height: 30px; margin: 0;}
}
@media (min-width: 768px) and (max-width: 991px){
	.nav > li > a {padding: 10px 7px;}
}