html, body {
	font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #DDD;
    background-color: #000000;
    line-height: 18px;
}

#language {
	height: 32px;
}

#main {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	min-height: 600px;
	border-bottom: #666666 1px solid;
}

.nav.navbar-nav a {
  font-size: 12px;
}

.logo > img {
	max-width: 100%;
}

.banner {
	width: 100%;
	padding: 15px;
	border-radius: 18px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
	margin-bottom: 20px;
}

.banner > .moduletable > .random-image > img {
	max-width: 100%;
	min-width: 100%;
	width: auto !important;
	height: auto !important;
}

.vsig1_0,
.vsig_top1_0 {
	width: 100%;
}

.vsig_top1_0 > img {
	max-width: 100%;
}

#component {
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom: 10px solid #753D82;
	padding: 20px 25px;
	background: #444444; /* Old browsers */
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.34), 0px 0px 15px 2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.34), 0px 0px 15px 2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.34), 0px 0px 15px 2px rgba(0,0,0,1);
	background: -moz-linear-gradient(top, #444444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #444444 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
}

#component a {
	color: #DDDDDD;
	text-decoration: underline;
}

#component .page-header {
	border: none;
	margin: 0;
}

#component .page-header h2 {
	margin: 5px 0px;
	font-size: 26px;
}

#component p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#component-bottom {
	height: 19px;
	background-image: url(../images/component_bottom_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul.latestnews {
	-webkit-padding-start: 20px;
}

#component ul.latestnews li,
#component ul.latestnews li a {
	color: #939;
	text-decoration: none;
}

ul.sidebar {
	-webkit-padding-start: 20px;
}

#component ul.sidebar li, 
#component ul.sidebar li a {
	color: #939;
	text-decoration: none;
}

.contact {
	padding: 20px 25px;
}

.contact p {
	color: #DDDDDD;
	font-weight: normal;
}

.contact h3 {
	color: #DDDDDD;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.copyright {
	margin-top: 10px;
}

.copyright .custom {
	margin-left: 10px;
}

.copyright .custom p {
	font-size: 9px;
	color: #666666;
	margin: 0;
}

.copyright .custom a {
	color: #666666;
	text-decoration: underline;
}

.navbar-default {
	background-color: #753D82;
	border-color: #9964A0;
}

.navbar {
	min-height: 0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}


@media (min-width: 768px) {
	.navbar-default {
		border-radius: 8px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 0;
		margin-right: 6px;
		line-height: 16px;
	}

	.navbar-default .navbar-nav > li:not(:last-child) {
		border-right: 1px solid #ffffff;
	}

	.navbar-default .navbar-nav > li:not(:first-child) > a {
		margin-left: 6px;
	}

	.navbar-default .navbar-nav {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.sidebar.right {
		margin-top: 58px;
	}
}

a[title^="Faboba"] { display: none !important; color: rgba(0,0,0,0); }