.img-flag {
	border: 0;
	align: middle;
	padding: 5px;
	width: 32px;
	heigh: 22px;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.img-left-5-5 {
  float: left;
  max-width: 100%;
  height: auto;
  padding: 5px 5px;
}

.img-centered-block {
  display: block;
  margin: auto;
}

.img-flushright-block {
  display: block;
  margin-left: auto;
}

.img-mid-10 {
  border: 0;
  padding: 10px 10px;
}

.carousel {
  height: 300px;
/*  margin-bottom: 110px;
*/
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color:#000000;
  text-overflow: ellipsis; text-shadow: #bbb 2px 2px 2px;
}

.carousel-indicators li {
  border:1px solid #444;
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  border:1px solid #444;
  background-color: #444;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
}
.carousel-inner > .item > img {
  margin: 0 auto;
  height: 150px;
}

body {
  font-family: 'Open Sans';
  text-align: justify;
  padding-top: 50px;
  position: relative;
} 

h1 { 
  text-align: center; 
  text-overflow: ellipsis; 
  text-shadow: #bbb 2px 2px 2px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
