body {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

header {
    text-align: center;
	/* background-repeat: repeat;
	background-position: bottom center;
	background-size: 100% 100%; */
}

/* main {
    background-color: #ffffff;
    padding-top: 75px;
} */

#content {
    min-height: 200px;
}

footer {
    min-height: 200px;
}

.navbar-brand {
    display:none;
}

.scrolled-past .navbar-brand {
    display: block;
}

.btn-lh {
    line-height: 40px;
}

#copy_right {
    margin-bottom: 0px;
    padding-top:10px;
    font-size: 10px;
}

.bg-gray {
    background-color: #EEEEEE;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}

.large-text {
    font-size: 14px;
}

.largest-text {
    font-size: 18px;
}


/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { ... } */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */