.show-grid {
	margin-top:22px;
}

body{
	padding-top:0px;
}
.top{
	color:#fff;
}
.list-group-item, .list-group-item span, .title{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-group-item span {
	padding:0px;
}
.date {
	text-align:right;
}
.title a {
	text-decoration:none;
}
.panel-color > .panel-heading {
	background-image:linear-gradient(to bottom, #555555 0%, #181818 100%);
}
.panel-color > .panel-heading {
	color:#fff143;
}
.panel {
	border-radius: 0;
	border:none;
}
.panel-heading {
	border-bottom:none;
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.dropdown:hover > .dropdown-menu {display: block;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{background-color: #080808;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
@media (max-width: 767px) {
    .dropdown:hover > .dropdown-menu {display: none;}
    .dropdown.open > .dropdown-menu {display: block;}
    .dropdown-submenu > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }
    .dropdown-submenu.subopen > .dropdown-menu {
        display: block;
        padding-left: 20px;
    }
}

.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;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
 .dropdown-menu>li>a { color: #999999}
 .dropdown-menu { background-color: #222222}
 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #B54E22}
 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
 .panel-color > .panel-heading {
	background-image:linear-gradient(to bottom, #555555 0%, #181818 100%);
}
.navbar {
	border-radius:0px;
}
.navbar-brand {
	padding:5px 15px;	
}
.navbar-brand img{
	height:40px;
}

.carousel-indicators li{
	background-color: rgba(85,85,85,0.8);
	border:1px solid #444444;
}
.clamp8 {
    position:relative;
    line-height:1.4em;
    /* 3 times the line-height to show 3 lines */
    height:11.2em;
    overflow:hidden;
}
.clamp8::after {
    content:"";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(../images/ellipsis_bg.png) repeat-y;
}