@import url(https://fonts.googleapis.com/css?family=Fredoka+One|Hind:500,300,600);

body {
	font-family: 'Hind', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
	border-top: 0 !important;
	font-weight: 300;
}
.body .container {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding-bottom: 0;
	width: auto !important;
}
@media (max-width: 768px) {
	.body .container {
		padding-left: 0;
		padding-right: 0;
	}
}


h1, h2, h3, h4, h5, h6, .header, .nav {
	font-family: 'Fredoka One', cursive;
}

h1, h2 {
	font-size: 29px;
	line-height: 1.5em;
	font-weight: 200;
}

li {
	line-height: inherit;
	margin: 0.5em 0;
}

#content {
	background: white;
	font-size: 17px;
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
@media (max-width: 768px) {
	#content {
		box-shadow: none;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	#content > .well {
		width: 100% !important;
	}
}
	#content a {
		font-weight: 500;
		text-decoration: underline;
	}
	#content p {
		margin: 0.9em 0;
	}
	#content > .well {
		background: transparent;
		padding: 0;
		border: 0;
		box-shadow: none;
		margin-top: 40px;
		display: inline-block;
		vertical-align: top;
		width: 46%;
	}
	/*#content .newsflash .newsflash-title,*/
	#content .category-module .mod-articles-category-title {
		font-size: inherit;
		display: inline;
		margin-bottom: 2px;
		padding-right: 3px;
	}
	#content .category-module .mod-articles-category-date {
		font-size: 13px;
		color: #666;
		display: inline-block;
	}
	/*#content .newsflash p,*/
	#content .category-module p {
		margin-top: 0;
	}
	/* latest news */
	#content .category-module {
		list-style: none;
		margin: 0;
	}
	#content .item h2 {
		font-size: inherit;
	}
	#content .item h2 a {
		text-decoration: none;
	}

.page-header {
	border: 0;
	margin: 0;
	padding: 0;
}
	.page-header h2, .blog > h2 {
		margin-bottom: 0.8em;
		line-height: 1.0em;
	}

.blog .items-leading,
.blog .items-row {
	margin-top: 0.6em;
	padding-top: 1.35em;
	padding-bottom: 0.25em;
	border-top: 1px solid #eee;
}

.blog .items-leading .page-header,
.blog .items-row .page-header {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

.blog .page-header h2 {
	font-size: 20px;
	display: inline-block;
	margin: 2px 0 0.3em;
}

.blog .item-image {
	float: right;
	max-width: 200px;
	margin: 0 0 10px 15px;
	border: 0 solid silver;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
}

.header {
	background: url('/images/logo.png') no-repeat 0% 35%;
	padding-left: 170px;
	padding-top: 0px;
	height: 90px;
	margin-left: 10px;
}
@media (max-width: 550px) {
	.header {
		max-width: 180px;
		padding-top: 0;
		height: 110px;
	}
}
@media (max-width: 768px) {
	/* facebook icon */
	.header .custom {
		display: none;
	}
}
	.header .brand {
		color: #222;
	}
	.header .site-title {
		font-size: 28px;
		font-weight: 200;
		line-height: 1.3em;
		text-transform: uppercase;
		display: block;
		margin-bottom: 4px;
		max-width: 400px;
	}
	.header .site-description {
		font-size: 17px;
		line-height: 1em;
	}


.footer hr {
	display: none;
}
.footer {
	margin-top: 32px;
}

.navigation {
	margin-bottom: 20px;
}

.navigation .nav-pills {
	padding-left: 20px;
}

.navigation .nav-pills a:hover {
	background: #aaa;
}

.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
	background: #234433 !important;
}

.nav > li > a, .navigation .nav-child a {
	color: #333;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.nav-collapse, .nav-collapse.collapse {
	height: auto !important;
}
.navbar .btn-navbar {
	display: none !important;
}


table td {
	padding: 8px 4px;
}

table tr:nth-child(even) {
	background: rgba(0,0,0,0.05);
}

.eventgallery-caption {
	font-size: 14px;
	line-height: 1.3em;
}

.article-info .create {
	margin: 0;
}

.article-info .create .icon-calendar {
	display: none;
}

.items-more > ol.nav.nav-tabs.nav-stacked > li > a {
	border: 0;
	padding: 5px 0;
	text-transform: none;
	color: #0088cc;
	font-family: 'Hind',sans-serif;
}