@charset "utf-8";

html, body {
	background-color: #EDEDED;
	color: #000000;
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5 {
	color: #1A072F;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
	color: #DE2D14;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus {
	color: #DE2D14;
}

section ul, section ol {
	list-style: disc inside;
}

section li {
	margin-left: 10px;
}

section ul li.newsfeed-item, section ol li.newsfeed-item {
	list-style: none;
}

ul

.website-content {
	height: auto !important;
	height: calc(100% - 60px);
	margin: 0 auto -60px;
	min-height: calc(100% - 60px);
}

.push {
	height: 60px;
}

footer {
	background-color: #1A072F;
	border-color: #000000;
	min-height: 60px;
	width: 100%;
}

footer a, footer a:hover, footer a:focus {
	color: #999999;
}

.credit {
	float: left;
	margin-top: 20px;
}

.bottom {
	float: right;
	margin-top: 20px;
}

/* LAYOUT BOOTSTRAP */
.navbar {
	background-color: #FAFAFA;/*#1A072F;*/
	background-image: -ms-linear-gradient(to bottom, #2A1940, #3A1F5B);
	background-image: -moz-linear-gradient(to bottom, #2A1940, #3A1F5B);
	background-image: -o-linear-gradient(to bottom, #2A1940, #3A1F5B);
	background-image: -webkit-gradient(to bottom, #2A1940, #3A1F5B);
	background-image: -webkit-linear-gradient(to bottom, #2A1940, #3A1F5B);
	background-image: linear-gradient(to bottom, #2A1940, #3A1F5B);
	border-color: #000000;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #DE2D14;
	color: #FFFFFF;
}

.navbar-default .navbar-brand {
	color: #FFFFFF;
	padding: 0 15px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: #DE2D14;
	color: #FFFFFF;
}

.navbar-brand img {
	height: 100%;
}

.carousel {
	margin-bottom: 20px;
}

.carousel, .carousel-inner, .carousel-inner .item {
	max-height: 500px;
}

.carousel-caption h1 {
	color: #FFFFFF;
}
/*.carousel {
    height: 500px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777777;
    height: 500px;
}

.carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}*/

/* LAYOUT JOOMLA */
div.items-row.cols-2 div.item {
	display: inline-block;
	margin-bottom: 5%;
	vertical-align: top;
	width: 45%;
}

div.items-row.cols-2 div.item:first-child {
	margin-right: 8%;
}

@media (max-width:750px) {
	div.items-row.cols-2 div.item {
		display: block;
		margin-bottom: 5%;
		vertical-align: top;
		width: 100%;
	}
	
	div.items-row.cols-2 div.item:first-child {
		margin-right: 0;
	}
}

.breadcrumbs a {
	color: #000000;
}

.weblinks a {
	color: #DE2D14;
}

.blog-main a {
	color: #DE2D14;
}

/*.feed h4 a {
    text-transform: lowercase;
}*/