@import url('/assets/css/bootswatch-lumen.min.css');
/*@import url('../libs/bootstrap/3.2.0/css/bootstrap.min.css');*/
/*@import url('/assets/css/bootswatch-paper.min.css');*/


body {
	padding-top: 20px;
	padding-bottom: 40px;
	/*background: url(/assets/images/bg.jpg) repeat;*/
}

body.modal-open {
	overflow: hidden;
}

h2.introduction {
	font-size: 30px;
	font-family: Georgia;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Gill Sans';
}
/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 940px;
}

.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 60px 0;
	text-align: center;
}

.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}

.marketing p+h4 {
	margin-top: 28px;
}

.nav-pills>li>a:hover {
	background: #d852bc;
	color: #FFFFFF;
}

.item {
	/*height: 280px;*/
	margin-bottom: 10px;
}

.item .title {
	width: 100%;
	display: inline-block;
	margin: 5px 0px;
}

/*.item:hover {
	cursor: pointer;
}*/

img.logo {
    display: inline-block;
}

.item:hover strong {
	text-decoration: underline;
	/*background: #d852bc;
	color: #FFFFFF;*/
}

.item img {
	border: 1px solid #999;
    display:inline-block;
	/*width: 284px;
	height: 200px;*/
}

.carousel {
	background: #F1F1F1;
	padding-top: 20px;
}

.carousel-inner {
	text-align: center;
}

.carousel .item>img {
	display: inline-block;
	max-height: 300px;
}

.carousel-indicators li {
	background-color: gray;
}

.carousel-indicators li.active {
	background-color: black;
}

.modal-body {
	max-height: 90%;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

div.who>img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border: 1px solid #999;
}

.loading {
	display: none;
	text-align: center;
}