body {
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	font-family: 'Ubuntu', sans-serif;
}
p {
	margin: 0 0 20px;
}
a, a:hover, a:focus {
	color: #B81A00;
	outline: none;
}
.nav > li {
	background-color: #FFFFFF;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
	width: 100% !important;
	margin-top: 10px;
}
.under_construction {
	text-align: center;
	font-size: 24px;
}
.article_title {
	font-size: 36px !important;
	font-weight: 300 !important;
}
.note_title {
	font-size: 24px !important;
	font-weight: 400 !important;
}
.page_title {
	font-size: 36px !important;
	font-weight: 300 !important;
	margin-bottom: 20px;
}
.margin_top_50 {
	margin-top: 50px;
}
.header_image img {
	max-width: 100%;
	margin-bottom: 30px;
}
.navbar {
	background-color: #fff;
	background-repeat: repeat;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #B81A00;
	color: #fff;
}
.navbar-brand {
	margin-top: 0px;
	padding-top: 0px;
}
.navbar img {
	position: absolute;
}
.jumbotron {
	background-color: #B81A00;
	padding: 0px 0 0 0;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.footer {
	background-color: #B81A00;
	margin-top: 40px;
	padding: 20px 0;
	color: #fff;
	border-top: 1px solid #fff;
}
.footer a {
	color: #fff;
}
.event {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	font-size: 12px;
}
.event p {
	margin-bottom: 5px;
}
.event + .event {
	padding-top: 10px;
}
.event .date {
	margin-bottom: 7px;
	color: #2a6496;
}
.caption h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
.did_you {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	margin: 25px 0 25px 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(79,79,79,0.16);
	-moz-box-shadow: 0px 0px 5px 0px rgba(79,79,79,0.16);
	box-shadow: 0px 0px 5px 0px rgba(79,79,79,0.16);
}
.thumbnails {

}
.thumbnails h1 {

}
.thumbnails .thumbnail {
	padding: 0px;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.thumbnails .thumbnail .image-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.thumbnails .thumbnail .image-container img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumbnails .thumbnail .image-container img:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.thumbnails .date {
	padding: 5px 10px;
	color: #ff7e00;
}
.thumbnails a {
	color: #ff7e00;
}
.navbar-nav {
	margin-top: 0px;
}
.contact_sidebar p {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.form p {
	margin-bottom: 5px;
	font-weight: bold;
}
.news_list {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 10px;
}
.news_list h2 {
	margin-top: 0px;
}
.thumb_margin{
	margin-bottom: 20px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #B81A00;
}
.download_doc{
	margin: 0px;
	padding: 0px;
}

.download_doc li{
	list-style-type: none;
	padding: 5px 5px 5px 50px;
	background-color: #fff;
	color: #B81A00;
	margin-bottom: 1px;
	background-image: url('images/download.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
@media (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 979px) {
	.navbar img {
		max-width: 100px;
	}
	.nav > li {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.navbar img {
		max-width: 100px;
	}
	.nav > li {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.navbar img {
		max-width: 80px;
	}
}