﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.navbar-brand {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    float: left;
    padding: 15px 15px;
    font-weight:lighter;

    /*line-height: 20px;
    font-size: 18px;
    */

}

/*body {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}*/

.site-heading {
    /*margin-top:20px;*/
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:50px;
}


/*body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}*/

/*.hl-copyright
{
    background-color:none;
}*/

.navbar-toggle{
	background-color: rgba(57, 70, 69, 0.95) !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
   background-color: #272727 !important;
}

.hl-screenshots-sm {
	white-space: nowrap;
	width: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:inline-block; 
}

.hl-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hl-breadcrumb > .active {
    color: #777777;
}

.hl-navbar-brand
{
    max-height: 50px;
}